doc-src/Intro/bool.thy
author blanchet
Fri, 01 Apr 2011 13:21:21 +0200
changeset 42193 8eed749527b6
parent 32960 69916a850301
permissions -rw-r--r--
remove workaround 8f25605e646c, which is no longer necessary thanks to 173b0f488428

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