doc-src/Intro/bool.thy
author huffman
Tue, 12 Oct 2010 06:20:05 -0700
changeset 40006 116e94f9543b
parent 32960 69916a850301
permissions -rw-r--r--
remove unneeded lemmas from Fun_Cpo.thy

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