doc-src/Intro/bool.thy
author wenzelm
Fri, 04 May 2012 17:14:42 +0200
changeset 47868 32c03d45fffe
parent 32960 69916a850301
permissions -rw-r--r--
refrain from SIGHUP handling (cf. 5f629ee2502b), which does not work on Cygwin and appears to be redundant anyway (no extra output produced within pipe);

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