File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module type S =
1212 type data
1313
1414 (* * Create data required by this widening point selection strategy.
15- The parameters are not necessarily used by all strategies.
15+ The parameters are not necessarily used by all strategies.
1616 @param is_stable This callback should return whether an unknown is stable.
1717 @param add_infl Allows the strategy to record additional influences.
1818 This is mainly intended for strategies like unstable-self,
@@ -187,7 +187,7 @@ module UnstableCalled : S =
187187 end
188188
189189(* * Destabilized a called or start var. Problem: two partial context calls will be precise, but third call will widen the state.
190- If this side destabilized some of the initial unknowns vs, there may be a side-cycle between vs and we should make y a wpoint *)
190+ If this side destabilized some of the initial unknowns vs, there may be a side-cycle between vs and we should make y a wpoint *)
191191module Cycle : S =
192192 functor (S :EqConstrSys ) ->
193193 functor (HM :Hashtbl.S with type key = S.v ) ->
You can’t perform that action at this time.
0 commit comments