Notation"[ x ]" := x (x custom myconstr at level 6). Notation"x + y" := (Nat.add x y) (in custom myconstr at level 5, right associativity). Notation"( x )" := x (in custom myconstr at level 0). Notation"x" := x (in custom myconstr at level 0, x ident).
Unset Printing Parentheses. Checkforall x y z : nat, [ (x + y) + z ] = [ x + (y + z) ]. Set Printing Parentheses. Checkforall x y z : nat, [ (x + y) + z ] = [ x + (y + z) ].
End CustomEntry.
¤ 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.0.4Bemerkung:
¤
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.