doc-src/Intro/bool.thy
author huffman
Wed, 08 Nov 2006 00:34:15 +0100
changeset 21238 c46bc715bdfd
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
generalized types of of_nat and of_int to work with non-commutative types

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