doc-src/Intro/bool.thy
author wenzelm
Wed, 08 Jun 2011 17:42:07 +0200
changeset 43282 5d294220ca43
parent 32960 69916a850301
permissions -rw-r--r--
moved sources -- eliminated Netbeans artifact of jedit package directory;

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