doc-src/Intro/bool.thy
author wenzelm
Sat, 18 Jun 2011 22:01:22 +0200
changeset 43451 be760a642d38
parent 32960 69916a850301
permissions -rw-r--r--
proper gfx.setColor;

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