doc-src/Intro/bool.thy
author wenzelm
Fri, 05 Feb 2010 19:48:13 +0100
changeset 35002 fbb40a1091ea
parent 32960 69916a850301
permissions -rw-r--r--
try "GTK+" as well -- note that "Nimbus" is unavailable in versions of OpenJDK;

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