doc-src/Intro/bool.thy
author berghofe
Tue, 01 Jun 2010 10:53:55 +0200
changeset 37229 47eb565796f4
parent 32960 69916a850301
permissions -rw-r--r--
- Equality check on propositions after lookup of theorem now takes type variable renamings into account - Unconstrain theorem after lookup - Improved error messages for application cases

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