doc-src/Intro/bool.thy
author wenzelm
Wed, 15 Aug 2012 13:07:24 +0200
changeset 48816 754b09cd616f
parent 32960 69916a850301
permissions -rw-r--r--
tuned;

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