doc-src/Intro/bool.thy
author haftmann
Wed, 28 Jan 2009 11:02:11 +0100
changeset 29651 16a19466bf81
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
slightly adapted towards more uniformity with div/mod on nat

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