doc-src/Intro/bool.thy
author wenzelm
Fri, 05 Nov 2010 22:01:01 +0100
changeset 40385 b70ef70733e8
parent 32960 69916a850301
permissions -rw-r--r--
reflect actual content of /home/isabelle/.html-data/cgi-bin/hgwebdir.cgi;

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