We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00779fe commit 0965592Copy full SHA for 0965592
core/KaSa_rep/reachability_analysis/analyzer_headers.ml
@@ -420,7 +420,7 @@ module AbstractWSMap (MapT : Map_wrapper.S_with_logs) = struct
420
abstract_away_working_set_vars parameters error bdu_handler mvbdu
421
working_set_mvbdu working_set_guards_hcons
422
in
423
- let error', current_working_set =
+ let error, current_working_set =
424
MapT.Map.add parameters error rule_id mvbdu current_working_set
425
426
current_working_set, bdu_handler, error)
0 commit comments