doc-src/Intro/bool.thy
author haftmann
Sat, 03 Mar 2012 21:00:04 +0100
changeset 46780 ab4f3f765f91
parent 32960 69916a850301
permissions -rw-r--r--
explicit locations for import_theory and setup_theory, for better user interface conformance

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