Skip to content

Commit

Permalink
🔥 Remove the unused Value module
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Sep 26, 2024
1 parent ec03cb5 commit a914d15
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/concrete_domains.ml
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,6 @@ module M : Domains.S = struct

include T

module Value = struct
type nonrec view_spec = view_spec
type nonrec clos = clos
type nonrec addr = addr
type t = value
end

module Phase = struct
type t = phase = P_init | P_update | P_retry | P_effect [@@deriving equal]

Expand Down

0 comments on commit a914d15

Please sign in to comment.