doc-src/Intro/bool.thy
author haftmann
Thu, 10 Sep 2009 14:07:58 +0200
changeset 32553 bf781ef40c81
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
cleanedup theorems all_nat ex_nat

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