doc-src/Intro/bool.thy
author wenzelm
Mon, 26 Oct 2009 20:02:37 +0100
changeset 33209 d36ca3960e33
parent 32960 69916a850301
permissions -rw-r--r--
tuned white space;

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