src/Provers/IsaPlanner/ROOT.ML
author ballarin
Wed, 19 Jul 2006 19:25:58 +0200
changeset 20168 ed7bced29e1b
parent 19835 81d6dc597559
permissions -rw-r--r--
Reimplemented algebra method; now controlled by attribute.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19835
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
     1
(*  ID:         $Id$
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
     2
    Author:     Lucas Dixon, University of Edinburgh
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
     3
                lucas.dixon@ed.ac.uk
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
     4
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
     5
The IsaPlanner subsystem.
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
     6
*)
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
     7
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
     8
(* Generic notion of term Zippers *)
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
     9
use "zipper.ML";
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
    10
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
    11
(* Some tools for manipulation of proofs following a ND style *)
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
    12
use "isand.ML";
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
    13
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
    14
(* some tools for rewriting *)
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
    15
use "rw_tools.ML";
81d6dc597559 added updated version of IsaPlanner and substitution.
dixon
parents:
diff changeset
    16
use "rw_inst.ML";