doc-src/Intro/bool.thy
author haftmann
Mon, 22 Feb 2010 17:02:39 +0100
changeset 35282 8fd9d555d04d
parent 32960 69916a850301
permissions -rw-r--r--
dropped references to old axclass from documentation

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