doc-src/Intro/bool.thy
author wenzelm
Tue, 06 Sep 2011 10:16:12 +0200
changeset 44731 8f7b3a89fc15
parent 32960 69916a850301
permissions -rw-r--r--
flush after Output.raw_message (and init message) for reduced latency of important protocol events;

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