equal
deleted
inserted
replaced
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 use_thy "Subst/setplus"; |
28 use_thy "Subst/Setplus"; |
29 |
29 |
30 use_thy "Subst/alist"; |
30 use_thy "Subst/AList"; |
31 use_thy "Subst/uterm"; |
31 use_thy "Subst/UTerm"; |
32 use_thy "Subst/utlemmas"; |
32 use_thy "Subst/UTLemmas"; |
33 |
33 |
34 use_thy "Subst/subst"; |
34 use_thy "Subst/Subst"; |
35 use_thy "Subst/unifier"; |
35 use_thy "Subst/Unifier"; |
36 writeln"END: Root file for Substitutions and Unification"; |
36 writeln"END: Root file for Substitutions and Unification"; |