doc-src/Intro/bool.thy
author berghofe
Thu, 18 Feb 2010 17:27:18 +0100
changeset 35210 6e45e4c94751
parent 32960 69916a850301
permissions -rw-r--r--
Added function rewrite_term_top for top-down rewriting.

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