mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
Fix spelling.
samples/interpreter.m:
As above.
This commit is contained in:
@@ -333,7 +333,7 @@ var_occurs_in_terms(VarX, [TermY | TermsY], VarSet) :-
|
||||
|
||||
% apply_rec_substitution(VarSet, Term0, Term):
|
||||
%
|
||||
% Recursively apply substitution to Term0 until no more substitions
|
||||
% Recursively apply substitution to Term0 until no more substitutions
|
||||
% can be applied, and then return the result in Term.
|
||||
%
|
||||
:- pred apply_rec_substitution(varset::in, term::in, term::out) is det.
|
||||
|
||||
Reference in New Issue
Block a user