doc-src/Intro/bool.thy
author wenzelm
Sat, 17 Oct 2009 15:57:51 +0200
changeset 32966 5b21661fe618
parent 32960 69916a850301
permissions -rw-r--r--
indicate CRITICAL nature of various setmp combinators;

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