doc-src/Intro/bool.thy
author haftmann
Wed, 20 Feb 2008 14:52:38 +0100
changeset 26101 a657683e902a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
tuned structures in arith_data.ML

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