doc-src/Intro/bool.thy
author wenzelm
Wed, 12 May 2010 13:54:49 +0200
changeset 36859 51af1657263b
parent 32960 69916a850301
permissions -rw-r--r--
removed obsolete CVS Ids;

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