doc-src/Tutorial/Misc/types
author wenzelm
Thu, 28 Feb 2002 21:30:57 +0100
changeset 12985 9db054a40247
parent 5377 efb799c5ed3c
permissions -rw-r--r--
export THIS_IS_ISABELLE_ADMIN=true;

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