doc-src/Intro/bool.thy
author blanchet
Mon, 23 Nov 2009 17:59:22 +0100
changeset 33876 62bcf6a52493
parent 32960 69916a850301
permissions -rw-r--r--
fixed soundness bug in Nitpick's handling of typedefs

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