doc-src/Intro/bool.thy
author haftmann
Thu, 16 Dec 2010 09:26:46 +0100
changeset 41187 b0b975e197b5
parent 32960 69916a850301
permissions -rw-r--r--
merged

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