doc-src/Intro/bool.thy
author bulwahn
Mon, 30 Nov 2009 08:44:08 +0100
changeset 33926 dd017d9db05f
parent 32960 69916a850301
permissions -rw-r--r--
adding subsection about the predicate compiler to the code generator tutorial

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