doc-src/Intro/bool.thy
author wenzelm
Thu, 29 Oct 2009 16:15:33 +0100
changeset 33314 53d49370f7af
parent 32960 69916a850301
permissions -rw-r--r--
modernized functor/structures Interpretation;

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