doc-src/Intro/bool.thy
author berghofe
Thu, 20 Dec 2001 14:57:15 +0100
changeset 12555 e6d7f040fdc7
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
"code" attribute is now managed by basic code generator module.

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