doc-src/Intro/bool.thy
author haftmann
Thu, 25 Nov 2010 15:40:41 +0100
changeset 40706 fed0251b7939
parent 32960 69916a850301
permissions -rw-r--r--
merged

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