doc-src/Intro/bool.thy
author haftmann
Mon, 22 Nov 2010 17:49:12 +0100
changeset 40673 3b9b39ac1f24
parent 32960 69916a850301
permissions -rw-r--r--
merged

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