doc-src/Intro/bool.thy
author haftmann
Tue, 10 Jul 2007 09:23:12 +0200
changeset 23686 9d5671f61b31
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
constant dvd now in class target

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