doc-src/Intro/bool.thy
author wenzelm
Wed, 29 Dec 2010 12:22:38 +0100
changeset 41408 08a072ca6348
parent 32960 69916a850301
permissions -rw-r--r--
tuned comments;

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