module Set:Polymorphic set module. Just like the standard Set module, but with some extra Set operations. If you open Core.Std, this is your Set module.sig
..end
include S1
module type Elt = Set_intf.Elt
module type S = Set_intf.S
module Make:
module Make_binable: