doc-src/Intro/bool.thy
author huffman
Mon, 08 Mar 2010 11:34:53 -0800
changeset 35655 e8e4af6da819
parent 32960 69916a850301
permissions -rw-r--r--
generate take_induct lemmas

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