doc-src/Intro/bool.thy
author haftmann
Wed, 15 Dec 2010 10:15:55 +0100
changeset 41186 08a54d394e36
parent 32960 69916a850301
permissions -rw-r--r--
merged

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