doc-src/Intro/bool.thy
author paulson
Wed, 10 Jan 2001 11:05:13 +0100
changeset 10841 2fb8089ab6cd
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
new wfrec example

Bool = FOL +
types 	bool 0
arities bool 	:: term
consts tt,ff	:: "bool"
end