doc-src/Intro/bool.thy
author kleing
Sat, 17 Apr 2004 00:46:22 +0200
changeset 14610 9c2e31e483b2
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added HOL-Matrix, added HOL/Matrix/ROOT.ML

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