doc-src/Intro/bool.thy
author haftmann
Sun, 31 Jan 2010 14:51:31 +0100
changeset 34976 06df18c9a091
parent 32960 69916a850301
permissions -rw-r--r--
generalized lemma foldl_apply_inv to foldl_apply

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