doc-src/Intro/bool.thy
author nipkow
Sun, 25 Jan 2004 00:42:22 +0100
changeset 14360 e654599b114e
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added an exception handler and error msg.

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