doc-src/Intro/bool.thy
author haftmann
Mon, 22 Feb 2010 15:53:18 +0100
changeset 35302 4bc6b4d70e08
parent 32960 69916a850301
permissions -rw-r--r--
tuned text

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