Skip to content

Commit

Permalink
Use D.bot ()for startcontext. Closes #1474
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed May 22, 2024
1 parent 8f62145 commit a0309d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/analyses.ml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ end

module ValueContexts (D:Lattice.S) = struct
module C = D
let startcontext () = D.top ()
let startcontext () = D.bot ()
end

module type SpecSys =
Expand Down

0 comments on commit a0309d1

Please sign in to comment.