doc-src/Intro/bool.thy
author blanchet
Fri, 27 Aug 2010 15:39:17 +0200
changeset 38827 cf01645cbbce
parent 32960 69916a850301
permissions -rw-r--r--
extended relevance filter with first-order term matching

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