equal
deleted
inserted
replaced
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"; |