doc-src/Intro/bool.thy
author haftmann
Tue, 17 Aug 2010 12:30:30 +0200
changeset 38450 ada5814c9d87
parent 32960 69916a850301
permissions -rw-r--r--
tuned whitespace

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