(* D-formulas (programs): D ::= !x. D | D .. D | D :- G | A *) "_Dand" :: "[bool, bool] => bool" (infixr\<open>..\<close> 28) "_Dif" :: "[bool, bool] => bool" (infixl\<open>:-\<close> 29)
(* G-formulas (goals): G ::= A | G & G | G | G | ? x. G
| True | !x. G | D => G *) (*"_Dand'" :: "[bool, bool] => bool" (infixr "," 35)*) "_Dimp" :: "[bool, bool] => bool" (infixr\<open>=>\<close> 27)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.