doc-src/Intro/bool.thy
author blanchet
Fri, 11 Jun 2010 17:05:11 +0200
changeset 37397 18000f9d783e
parent 32960 69916a850301
permissions -rw-r--r--
adjust Nitpick's handling of "<" on "rat"s and "reals"

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