Skip to content

Commit

Permalink
Fix MCP module names
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Oct 11, 2023
1 parent b0ce369 commit 0f70e17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/analyses/mCPRegistry.ml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ struct
open Obj

include DomListPrintable (PrintableOfRepresentativeSpec (DLSpec))
let name () = "MCP.P"

type elt = (int * unknown) list

Expand All @@ -344,6 +345,7 @@ struct
open Obj

include DomListPrintable (PrintableOfLatticeSpec (DLSpec))
let name () = "MCP.D"

let binop_fold f a (x:t) (y:t) =
GobList.fold_left3 (fun a (n,d) (n',d') (n'',s) -> assert (n = n' && n = n''); f a n s d d') a x y (domain_list ())
Expand Down

0 comments on commit 0f70e17

Please sign in to comment.