doc-src/Intro/bool.thy
author kleing
Tue, 20 May 2003 11:52:42 +0200
changeset 14040 8a2c8f762837
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
be less verbose about simplification depth

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