doc-src/Tutorial/Misc/types
author berghofe
Fri, 23 Jun 2000 12:29:55 +0200
changeset 9116 9df44b5c610b
parent 5377 efb799c5ed3c
permissions -rw-r--r--
get_inductive now returns None instead of raising an exception.
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"