doc-src/Intro/bool.thy
author blanchet
Sun, 06 Nov 2011 14:23:04 +0100
changeset 45372 cc455b2897f8
parent 32960 69916a850301
permissions -rw-r--r--
cascading timeouts in minimizer, part 2

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