doc-src/Intro/bool.thy
author blanchet
Fri, 23 Apr 2010 17:38:25 +0200
changeset 36375 2482446a604c
parent 32960 69916a850301
permissions -rw-r--r--
move the minimizer to the Sledgehammer directory

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