doc-src/Intro/bool.thy
author haftmann
Fri, 15 Feb 2008 16:09:12 +0100
changeset 26072 f65a7fa2da6c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
<= and < on nat no longer depend on wellfounded relations

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