doc-src/Intro/bool.thy
author wenzelm
Mon, 11 Jul 2011 11:13:33 +0200
changeset 43746 a41f618c641d
parent 32960 69916a850301
permissions -rw-r--r--
some support for raw messages, which bypass standard Symbol/YXML decoding; tuned signature;

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