fix typo in a name

This commit is contained in:
Simon Cruanes 2020-04-27 12:47:11 -04:00
parent 0b283a384d
commit 7032d5220a

View file

@ -274,7 +274,7 @@ module Make (A: CC_ARG)
of the terms they are known to be equal to, according of the terms they are known to be equal to, according
to the current explanation. That allows not to prove some equality to the current explanation. That allows not to prove some equality
several times. several times.
See "fast congruence closure and extensions", Nieuwenhis&al, page 14 *) See "fast congruence closure and extensions", Nieuwenhuis&al, page 14 *)
and ev_on_pre_merge = t -> actions -> N.t -> N.t -> Expl.t -> unit and ev_on_pre_merge = t -> actions -> N.t -> N.t -> Expl.t -> unit
and ev_on_post_merge = t -> actions -> N.t -> N.t -> unit and ev_on_post_merge = t -> actions -> N.t -> N.t -> unit