doc-src/Tutorial/Misc/Types.thy
author paulson
Thu, 20 Feb 2003 11:09:48 +0100
changeset 13824 e4d8dea6dfc2
parent 5377 efb799c5ed3c
permissions -rw-r--r--
minor updates to pre-2002 release

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