doc-src/Intro/bool.thy
author bulwahn
Fri, 06 Nov 2009 08:11:58 +0100
changeset 33474 767cfb37833e
parent 32960 69916a850301
permissions -rw-r--r--
made SML/NJ happy; tuned

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