doc-src/Intro/bool.thy
author boehmes
Thu, 16 Dec 2010 13:34:28 +0100
changeset 41197 edab1efe0a70
parent 32960 69916a850301
permissions -rw-r--r--
fix lambda-lifting: take level of bound variables into account and also apply bound variables from outer scope

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