doc-src/Intro/bool.thy
author wenzelm
Wed, 22 Jun 2011 16:32:36 +0200
changeset 43506 bf7400573617
parent 32960 69916a850301
permissions -rw-r--r--
updated to jedit-4.4.1 and jedit_build-20110622;

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