doc-src/Tutorial/Misc/Types.thy
author paulson
Tue, 03 Aug 1999 13:05:54 +0200
changeset 7159 b009afd1ace5
parent 5377 efb799c5ed3c
permissions -rw-r--r--
\underscoreoff needed because of \underscoreon in previous file

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