doc-src/Intro/bool.thy
author wenzelm
Mon, 17 Jan 2011 18:32:16 +0100
changeset 41603 54a4512e29a6
parent 32960 69916a850301
permissions -rw-r--r--
tuned;

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