doc-src/Intro/bool.thy
author wenzelm
Tue, 27 Jul 2010 23:02:45 +0200
changeset 37982 111ce9651564
parent 32960 69916a850301
permissions -rw-r--r--
updated manual concerning theory loader;

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