doc-src/Intro/bool.thy
author wenzelm
Tue, 24 Jul 2012 10:43:13 +0200
changeset 48460 20170ae271a5
parent 32960 69916a850301
permissions -rw-r--r--
tuned options;

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