Skip to content

Commit

Permalink
ppx_compare Dom
Browse files Browse the repository at this point in the history
Reviewed By: cristianoc

Differential Revision: D4232418

fbshipit-source-id: 739d1b7
  • Loading branch information
jberdine authored and Facebook Github Bot committed Nov 30, 2016
1 parent 81d3e70 commit 9fb2258
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions infer/src/backend/dom.ml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,7 @@ let do_side side f e1 e2 =

module EPset = Set.Make
(struct
type t = Exp.t * Exp.t
let compare (e1, e1') (e2, e2') =
match (Exp.compare e1 e2) with
| i when i <> 0 -> i
| _ -> Exp.compare e1' e2'
type t = Exp.t * Exp.t [@@deriving compare]
end)

(** {2 Module for maintaining information about noninjectivity during join} *)
Expand Down

0 comments on commit 9fb2258

Please sign in to comment.