doc-src/Intro/bool.thy
author wenzelm
Tue, 15 Mar 2011 13:03:54 +0100
changeset 41984 e5dba3d75e9e
parent 32960 69916a850301
permissions -rw-r--r--
recover Isabelle symlink for public distribution, notably website;

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