doc-src/Intro/bool.thy
author kuncar
Fri, 09 Dec 2011 14:14:37 +0100
changeset 45797 977cf00fb8d3
parent 32960 69916a850301
permissions -rw-r--r--
make ctxt the first parameter

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