Subst/ROOT.ML
changeset 48 21291189b51e
parent 17 8c0c3a67d9e1
child 251 f04b33ce250f
equal deleted inserted replaced
47:69d815b0e1eb 48:21291189b51e
    17 utlemmas     -  definition of occurs and vars_of for terms
    17 utlemmas     -  definition of occurs and vars_of for terms
    18 subst        -  substitutions
    18 subst        -  substitutions
    19 unifier      -  specification of unification and conditions for 
    19 unifier      -  specification of unification and conditions for 
    20                 correctness and termination
    20                 correctness and termination
    21 
    21 
    22 To load, go to the parent directory and type use"Substitutions/ROOT.ML";
    22 To load, go to the parent directory and type use"Subst/ROOT.ML";
    23 *)
    23 *)
    24 
    24 
    25 HOL_build_completed;    (*Cause examples to fail if HOL did*)
    25 HOL_build_completed;    (*Cause examples to fail if HOL did*)
    26 
    26 
    27 writeln"Root file for Substitutions and Unification";
    27 writeln"Root file for Substitutions and Unification";
       
    28 loadpath := ["Subst"];
    28 use_thy "Subst/Setplus";
    29 use_thy "Subst/Setplus";
    29 
    30 
    30 use_thy "Subst/AList";
    31 use_thy "Subst/AList";
    31 use_thy "Subst/UTerm";
    32 use_thy "Subst/UTerm";
    32 use_thy "Subst/UTLemmas";
    33 use_thy "Subst/UTLemmas";