src/Provers/README
author wenzelm
Wed, 14 Sep 1994 16:11:19 +0200
changeset 613 f9eb0f819642
parent 195 1315ce07f515
child 3279 815ef5848324
permissions -rw-r--r--
removed lookup_const (use Sign.const_type instead);

			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