doc-src/Intro/bool.thy
author berghofe
Tue, 01 Jun 2004 15:00:26 +0200
changeset 14860 e9e0d8618043
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Adapted to new name mangling function in code generator.

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