doc-src/Intro/bool.thy
author blanchet
Tue, 26 Oct 2010 10:59:28 +0200
changeset 40146 f2a14b6effcf
parent 32960 69916a850301
permissions -rw-r--r--
whitespace tuning

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