Skip to content

Commit

Permalink
Merge PR coq#9927: Don't store closures in summary (reduction effects)
Browse files Browse the repository at this point in the history
Reviewed-by: ppedrot
  • Loading branch information
ppedrot committed Apr 15, 2019
2 parents 6d92ac4 + e9738ee commit 4b9119d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretyping/reductionops.ml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type effect_name = string
let constant_effect_table = Summary.ref ~name:"reduction-side-effect" Cmap.empty

(* Table bindings function key to effective functions *)
let effect_table = Summary.ref ~name:"reduction-function-effect" String.Map.empty
let effect_table = ref String.Map.empty

(** a test to know whether a constant is actually the effect function *)
let reduction_effect_hook env sigma con c =
Expand Down

0 comments on commit 4b9119d

Please sign in to comment.