doc-src/Intro/bool.thy
author blanchet
Mon, 06 Jun 2011 20:36:35 +0200
changeset 43197 c71657bbdbc0
parent 32960 69916a850301
permissions -rw-r--r--
tuned Metis examples

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