doc-src/Intro/bool.thy
author haftmann
Tue, 24 Nov 2009 14:37:23 +0100
changeset 33954 1bc3b688548c
parent 32960 69916a850301
permissions -rw-r--r--
backported parts of abstract byte code verifier from AFP/Jinja

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