doc-src/Intro/bool.thy
author huffman
Tue, 15 Jan 2008 02:38:13 +0100
changeset 25915 f1bce5261dec
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
add instance for class bifinite

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