doc-src/Intro/bool.thy
author wenzelm
Tue, 29 Aug 2000 00:54:22 +0200
changeset 9712 e33422a2eb9c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
updated cong stuff;

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