doc-src/Intro/bool.thy
author huffman
Sun, 14 Aug 2011 13:04:57 -0700
changeset 44208 1d2bf1f240ac
parent 32960 69916a850301
permissions -rw-r--r--
generalize lemma convergent_subseq_convergent

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