doc-src/Intro/bool.thy
author berghofe
Tue, 21 Feb 2012 13:19:16 +0100
changeset 46569 1152f98902e7
parent 32960 69916a850301
permissions -rw-r--r--
merged

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