doc-src/Intro/bool.thy
author wenzelm
Mon, 11 Oct 2010 21:10:50 +0100
changeset 39840 3eb0694e6fcb
parent 32960 69916a850301
permissions -rw-r--r--
more refs;

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