doc-src/Intro/bool.thy
author wenzelm
Mon, 21 Mar 2011 20:15:03 +0100
changeset 42042 264f8d0e899f
parent 32960 69916a850301
permissions -rw-r--r--
tuned;

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