doc-src/Intro/bool.thy
author wenzelm
Sun, 14 Nov 2010 14:05:08 +0100
changeset 40534 9e196062bf88
parent 32960 69916a850301
permissions -rw-r--r--
clarified interact/print state: proof commands are treated as in TTY mode to get full response;

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