doc-src/Intro/bool.thy
author wenzelm
Mon, 14 Mar 2011 16:59:37 +0100
changeset 41983 2dc6e382a58b
parent 32960 69916a850301
permissions -rw-r--r--
standardized headers;

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