doc-src/Intro/bool.thy
author haftmann
Sat, 07 Feb 2009 09:57:03 +0100
changeset 29828 2bc09b164f2b
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added bulkload

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