Skip to content
Snippets Groups Projects
Commit 7ed2664e authored by David Bühler's avatar David Bühler
Browse files

[Eva] Fixes the hash of the octagon domain.

parent 521a50f4
No related branches found
No related tags found
No related merge requests found
...@@ -803,7 +803,7 @@ module State = struct ...@@ -803,7 +803,7 @@ module State = struct
let hash t = let hash t =
Hashtbl.hash (Octagons.hash t.octagons, Hashtbl.hash (Octagons.hash t.octagons,
Relations.hash t.relations, Intervals.hash t.intervals,
Zone.hash t.modified) Zone.hash t.modified)
let pretty fmt { octagons } = let pretty fmt { octagons } =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment