doc-src/Intro/bool.thy
author berghofe
Thu, 06 Sep 2007 11:33:45 +0200
changeset 24531 aa3aacb22e65
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Integrated code generator setup into Rational theory.

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