doc-src/Tutorial/Misc/types
author wenzelm
Wed, 13 Oct 1999 19:44:15 +0200
changeset 7858 2cd88d1eec0c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
isabelle-isar-ref;

types number       = nat
      gate         = bool => bool => bool
      ('a,'b)alist = "('a * 'b)list"