doc-src/Intro/bool.thy
author wenzelm
Mon, 08 Feb 2010 14:04:51 +0100
changeset 35031 2ddc7edce107
parent 32960 69916a850301
permissions -rw-r--r--
more quotes;

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