doc-src/Intro/bool.thy
author haftmann
Fri, 03 Nov 2006 14:22:45 +0100
changeset 21159 7f6bdffe3d06
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fixed problem with variable names

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