module Make:
Parameters: |
|
module Raw:sig
..end
module Set:Core.Std.Set.S
type'base
t =('base, Set.t) Raw.t
include Set_lang_intf.S_lang
val t_of_sexp : (Sexplib.Sexp.t -> 'base) -> Sexplib.Sexp.t -> 'base t
val sexp_of_t : ('base -> Sexplib.Sexp.t) -> 'base t -> Sexplib.Sexp.t
val compare : ('base -> 'base -> int) ->
'base t -> 'base t -> int