doc-src/Intro/bool.thy
author haftmann
Fri, 27 Aug 2010 13:55:23 +0200
changeset 38810 361119ea62ee
parent 32960 69916a850301
permissions -rw-r--r--
re-added accidental omission

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