Skip to content

Commit

Permalink
Directly use Apron.Var.t
Browse files Browse the repository at this point in the history
Co-authored-by: Simmo Saan <[email protected]>
  • Loading branch information
michael-schwarz and sim642 authored Dec 7, 2023
1 parent 029c1e9 commit 4fae8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyses/apron/apronAnalysis.apron.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let spec_module: (module MCPSpec) Lazy.t =
struct
module V = ApronDomain.V
include AD
type var = GobApron.Var.t
type var = Apron.Var.t
end
in
let module Priv = (val RelationPriv.get_priv ()) in
Expand Down

0 comments on commit 4fae8c6

Please sign in to comment.