Fix a typo in a comment in src/passes.ml
This commit is contained in:
parent
b2aa8bc6d5
commit
68d67bb53b
@ -657,7 +657,7 @@ let pass_eq_reordering verbose debug ast =
|
|||||||
(fun acc vs ->
|
(fun acc vs ->
|
||||||
(vars_of_patt (fst vs)) @ acc) init_vars (h :: t) in
|
(vars_of_patt (fst vs)) @ acc) init_vars (h :: t) in
|
||||||
(** The filter below removes the equation of [h :: t] to those to
|
(** The filter below removes the equation of [h :: t] to those to
|
||||||
* the list of equations be ordered *)
|
* the list of equations to be ordered *)
|
||||||
pick_equations init_vars (eqs @ (h :: t))
|
pick_equations init_vars (eqs @ (h :: t))
|
||||||
(List.filter
|
(List.filter
|
||||||
(fun eq -> List.for_all (fun e -> eq <> e) (h :: t)) remaining_equations)
|
(fun eq -> List.for_all (fun e -> eq <> e) (h :: t)) remaining_equations)
|
||||||
|
Loading…
Reference in New Issue
Block a user