doc-src/Intro/bool.thy
author wenzelm
Tue, 16 Aug 2011 21:50:53 +0200
changeset 44223 cac52579f2c2
parent 32960 69916a850301
permissions -rw-r--r--
more robust treatment of node dependencies in incremental edits;

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