doc-src/Intro/bool.thy
author haftmann
Thu, 29 Oct 2009 11:41:37 +0100
changeset 33319 74f0dcc0b5fb
parent 32960 69916a850301
permissions -rw-r--r--
moved algebraic classes to Ring_and_Field

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