doc-src/Intro/bool.thy
author huffman
Thu, 17 May 2007 00:45:27 +0200
changeset 22985 501e6dfe4e5a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
cleaned up proof of Maclaurin_sin_bound

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