doc-src/Intro/bool.thy
author haftmann
Wed, 10 Mar 2010 16:53:43 +0100
changeset 35720 3fc79186a2f6
parent 32960 69916a850301
permissions -rw-r--r--
added locales for monoids

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