TFL/ROOT.ML
author paulson
Wed, 23 Apr 1997 11:11:38 +0200
changeset 3021 39806db47be9
parent 2467 357adb429fda
permissions -rw-r--r--
Loop detection: before expanding a haz formula, see whether it is a duplicate and, if so, delete it. Recursion detection: transitivity and similar rules, when applied, put the new formulae at the end of a branch and not at the front (in effect).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2370
5f9607d293f5 ROOT file for TFL (needed for use_dir to work)
paulson
parents:
diff changeset
     1
(*  Title:      TFL/ROOT.ML
5f9607d293f5 ROOT file for TFL (needed for use_dir to work)
paulson
parents:
diff changeset
     2
    ID:         $Id$
5f9607d293f5 ROOT file for TFL (needed for use_dir to work)
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
5f9607d293f5 ROOT file for TFL (needed for use_dir to work)
paulson
parents:
diff changeset
     4
    Copyright   1996  University of Cambridge
5f9607d293f5 ROOT file for TFL (needed for use_dir to work)
paulson
parents:
diff changeset
     5
5f9607d293f5 ROOT file for TFL (needed for use_dir to work)
paulson
parents:
diff changeset
     6
Builds and tests Slind's TFL package.
5f9607d293f5 ROOT file for TFL (needed for use_dir to work)
paulson
parents:
diff changeset
     7
Should be executed in the subdirectory HOL.
5f9607d293f5 ROOT file for TFL (needed for use_dir to work)
paulson
parents:
diff changeset
     8
*)
5f9607d293f5 ROOT file for TFL (needed for use_dir to work)
paulson
parents:
diff changeset
     9
5f9607d293f5 ROOT file for TFL (needed for use_dir to work)
paulson
parents:
diff changeset
    10
use"sys.sml";
2467
357adb429fda Conversion to Basis Library (using prs instead of output)
paulson
parents: 2370
diff changeset
    11
cd"examples/Subst";
357adb429fda Conversion to Basis Library (using prs instead of output)
paulson
parents: 2370
diff changeset
    12
use"ROOT.ML";