doc-src/Intro/bool.thy
author wenzelm
Thu, 20 Feb 1997 15:52:53 +0100
changeset 2663 3ca200d880f4
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
added dist;

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