doc-src/Intro/bool.thy
author bulwahn
Mon, 22 Mar 2010 08:30:13 +0100
changeset 35883 f8f882329a98
parent 32960 69916a850301
permissions -rw-r--r--
enabling a previously broken example of the predicate compiler again

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