doc-src/Intro/bool.thy
author haftmann
Tue, 10 Jun 2008 15:30:06 +0200
changeset 27103 d8549f4d900b
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
major refactorings in code generator modules

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