doc-src/Intro/bool.thy
author wenzelm
Fri, 30 Jan 1998 11:33:01 +0100
changeset 4589 543e867efe40
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
improved tracing of rewrite rule application;

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