doc-src/Tutorial/Misc/Types.thy
author wenzelm
Wed, 13 Oct 1999 19:42:12 +0200
changeset 7854 fe7b7e3c3ddc
parent 5377 efb799c5ed3c
permissions -rw-r--r--
use_text_verbose;

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