doc-src/Intro/bool.thy
author huffman
Fri, 19 Aug 2011 18:42:41 -0700
changeset 44319 806e0390de53
parent 32960 69916a850301
permissions -rw-r--r--
move sin_coeff and cos_coeff lemmas to Transcendental.thy; simplify some proofs

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