doc-src/Intro/bool.thy
author huffman
Fri, 15 Oct 2010 08:52:53 -0700
changeset 40023 a868e9d73031
parent 32960 69916a850301
permissions -rw-r--r--
move emptiness check to comp_theorems; remove eqs parameter to prove_induction; remove dead code

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