src/Provers/README
author lcp
Thu, 12 Jan 1995 03:00:58 +0100
changeset 850 a744f9749885
parent 195 1315ce07f515
child 3279 815ef5848324
permissions -rw-r--r--
Added constants Ord_alt, ++, **

			Provers

This directory contains ML sources of generic theorem proving tools.
Typically, they can be applied to various logics, provided rules of a
certain form are derivable.  The first three are documented in the
Reference Manual.

classical.ML  -- theorem prover for classical logics
hypsubst.ML   -- tactic to substitute in the hypotheses
simplifier.ML -- fast simplifier
simp.ML       -- powerful but slow simplifier
typedsimp.ML  -- basic simplifier for explicitly typed logics
splitter.ML   -- performs case splits for simplifier.ML
genelim.ML    -- bits and pieces for deriving elimination rules
ind.ML        -- a simple induction package