doc-src/Intro/bool.thy
author kleing
Tue, 09 Mar 2004 04:22:50 +0100
changeset 14448 ba25d002a59c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
suggest -p 1 proof object level for HOL

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