doc-src/Intro/bool.thy
author wenzelm
Thu, 26 Jul 2012 17:17:53 +0200
changeset 48520 6d4ea2efa64b
parent 32960 69916a850301
permissions -rw-r--r--
more build options;

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