Notation"!" := 42 (in custom gnat). Notation"gargs:( e )" := e (e custom gargs). Notation"( x )" := (cons x (@nil nat)) (in custom gargs, x custom gnat). Notation"( x , y , .. , z )" := (cons x (cons y .. (cons z nil) ..))
(in custom gargs, x custom gnat, y custom gnat, z custom gnat).
Declare Custom Entry gargs999. Notation"gargs999:( e )" := e (e custom gargs999 at level 999). Notation"( x )" := (cons x (@nil nat)) (in custom gargs999, x custom gnat at level 999). Notation"( x , y , .. , z )" := (cons x (cons y .. (cons z nil) ..))
(in custom gargs999, x custom gnat at level 999, y custom gnat at level 999, z custom gnat at level 999).
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.