Skip to content

Commit

Permalink
Comment reversal of PartitionDomain.SetSet
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Dec 10, 2024
1 parent c24821f commit 87ce3a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/domain/partitionDomain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ struct

let show _ = "Partitions"

(* Top and bottom are reversed:
Bottom will be All (equations), i.e. contradiction,
Top will be empty set, i.e. no equations. *)
let top = E.bot
let bot = E.top
let is_top = E.is_bot
Expand Down

0 comments on commit 87ce3a5

Please sign in to comment.