ppx_compare Source

Reviewed By: sblackshear

Differential Revision: D4232401

fbshipit-source-id: 2b9420c
master
Josh Berdine 8 years ago committed by Facebook Github Bot
parent 75527525e5
commit 48dcd7bb92

@ -21,7 +21,7 @@ module type S = sig
end
module Dummy = struct
type t = unit
type t = unit [@@deriving compare]
let call_site _ = CallSite.dummy
@ -29,8 +29,6 @@ module Dummy = struct
let make kind _ = kind
let compare = Pervasives.compare
let pp _ () = ()
let is_footprint _ = false

Loading…
Cancel
Save