doc-src/Tutorial/Misc/types
author wenzelm
Fri, 28 Aug 1998 14:59:34 +0200
changeset 5406 83e1e2dadcca
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added emacs mode; tuned;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5377
efb799c5ed3c *** empty log message ***
nipkow
parents:
diff changeset
     1
types number       = nat
efb799c5ed3c *** empty log message ***
nipkow
parents:
diff changeset
     2
      gate         = bool => bool => bool
efb799c5ed3c *** empty log message ***
nipkow
parents:
diff changeset
     3
      ('a,'b)alist = "('a * 'b)list"