doc-src/Intro/bool.thy
author blanchet
Wed, 06 Jun 2012 10:35:05 +0200
changeset 48078 72b093caf048
parent 32960 69916a850301
permissions -rw-r--r--
swap adjectives (cf. Google)

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