- symbols should not be inlined in string g - links to both kinds of notations in a' should work to the right notation - with utf8 option, forall must be unicode - splitting between symbols and ident should be correct in a' and c - ".." should be rendered correctly
*)
Definition a (b: nat) := b.
Definition f := forall C:Prop, C.
Notation"n ++ m" := (plus n m).
Notation"n ++ m" := (mult n m). (* redefinition *)
Notation"n ** m" := (plus n m) (at level 60).
Notation"n ▵ m" := (plus n m) (at level 60).
Notation"n '_' ++ 'x' m" := (plus n m) (at level 3).
Inductive eq (A:Type) (x:A) : A -> Prop := eq_refl : x = x :>A
where"x = y :> A" := (@eq A x y) : type_scope.
Definition eq0 := 0 = 0 :> nat.
Notation"( x # y ; .. ; z )" := (pair .. (pair x y) .. z).
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.