doc-src/Intro/bool.thy
author Christian Urban <urbanc@in.tum.de>
Tue, 19 Oct 2010 15:13:35 +0100
changeset 40034 767a28027b68
parent 32960 69916a850301
permissions -rw-r--r--
tuned

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