doc-src/Intro/bool.thy
author haftmann
Tue, 13 Jul 2010 11:38:04 +0200
changeset 37788 261c61fabc98
parent 32960 69916a850301
permissions -rw-r--r--
corrected title

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