doc-src/Intro/bool.thy
author huffman
Wed, 24 Feb 2010 10:36:17 -0800
changeset 35441 ae742caa0c5b
parent 32960 69916a850301
permissions -rw-r--r--
polished and converted some proofs to Isar style

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