doc-src/Intro/bool.thy
author boehmes
Mon, 22 Mar 2010 11:45:09 +0100
changeset 35872 9b579860d59b
parent 32960 69916a850301
permissions -rw-r--r--
removed warning_count (known causes for warnings have been resolved)

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