[sledge] Add Trm.Set.pp

Reviewed By: jvillard

Differential Revision: D25756563

fbshipit-source-id: acf4f46fc
master
Josh Berdine 4 years ago committed by Facebook GitHub Bot
parent 0ebc74ae8c
commit 2d67fd0fa4

@ -385,11 +385,14 @@ end
module T = struct
type t = Trm.t [@@deriving compare, sexp]
let pp = Trm.pp
end
module Set = struct
include Set.Make (T)
include Provide_of_sexp (T)
include Provide_pp (T)
end
module Map = struct

@ -41,6 +41,7 @@ module Set : sig
include Set.S with type elt := t
val t_of_sexp : Sexp.t -> t
val pp : t pp
end
module Map : sig

Loading…
Cancel
Save