equal
deleted
inserted
replaced
1 (* ========================================================================= *) |
1 (* ========================================================================= *) |
2 (* MATCHING AND UNIFICATION FOR SETS OF FIRST ORDER LOGIC TERMS *) |
2 (* MATCHING AND UNIFICATION FOR SETS OF FIRST ORDER LOGIC TERMS *) |
3 (* Copyright (c) 2001 Joe Hurd, distributed under the BSD License *) |
3 (* Copyright (c) 2001 Joe Hurd, distributed under the MIT license *) |
4 (* ========================================================================= *) |
4 (* ========================================================================= *) |
5 |
5 |
6 structure TermNet :> TermNet = |
6 structure TermNet :> TermNet = |
7 struct |
7 struct |
8 |
8 |