doc-src/Intro/bool.thy
author huffman
Tue, 06 Sep 2011 07:48:59 -0700
changeset 44749 5b1e1432c320
parent 32960 69916a850301
permissions -rw-r--r--
remove redundant lemma real_sum_squared_expand in favor of power2_sum

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