doc-src/Intro/bool.thy
author haftmann
Tue, 21 Dec 2010 16:14:46 +0100
changeset 41371 35d2241c169c
parent 32960 69916a850301
permissions -rw-r--r--
prove more algebraic version of functorial properties; retain old properties for convenience

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