doc-src/Intro/bool.thy
author paulson
Fri, 18 Sep 1998 16:04:44 +0200
changeset 5509 c38cc427976c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Now defines "int" as a linear order; basic derivations moved to IntDef

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