doc-src/Intro/bool.thy
author blanchet
Mon, 04 Apr 2011 18:53:35 +0200
changeset 42227 662b50b7126f
parent 32960 69916a850301
permissions -rw-r--r--
if "monomorphize" is enabled, mangle the type information in the names by default

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