Skip to content

Commit 87ce3a5

Browse files
committed
Comment reversal of PartitionDomain.SetSet
1 parent c24821f commit 87ce3a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/domain/partitionDomain.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ struct
106106

107107
let show _ = "Partitions"
108108

109+
(* Top and bottom are reversed:
110+
Bottom will be All (equations), i.e. contradiction,
111+
Top will be empty set, i.e. no equations. *)
109112
let top = E.bot
110113
let bot = E.top
111114
let is_top = E.is_bot

0 commit comments

Comments
 (0)