doc-src/Intro/bool.thy
author wenzelm
Tue, 07 Aug 2012 17:08:22 +0200
changeset 48710 5b51ccdc8623
parent 32960 69916a850301
permissions -rw-r--r--
prefer static Build.session_content for loaded theories -- discontinued incremental protocol;

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