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.
Messung V0.5
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet)
¤
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 und die Messung sind noch experimentell.