doc-src/Intro/bool.thy
author obua
Fri, 03 Sep 2004 17:46:47 +0200
changeset 15179 b8ef323fd41e
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Matrix theory

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