doc-src/Intro/bool.thy
author wenzelm
Wed, 02 Dec 2009 12:04:07 +0100
changeset 33930 6a973bd43949
parent 32960 69916a850301
permissions -rw-r--r--
slightly less ambitious settings, to avoid potential out-of-memory problem;

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