doc-src/Intro/bool.thy
author nipkow
Wed, 15 Aug 2012 14:00:12 +0200
changeset 48821 6f0699239bc3
parent 32960 69916a850301
permissions -rw-r--r--
abstracted lemmas

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