doc-src/Intro/bool.thy
author haftmann
Wed, 23 Sep 2009 14:00:12 +0200
changeset 32657 5f13912245ff
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Code_Eval(uation)

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