rearrange some stuff
This commit is contained in:
parent
5c59d80e00
commit
6ac8be6984
10 changed files with 84 additions and 51 deletions
8
set_ext.mli
Normal file
8
set_ext.mli
Normal file
|
@ -0,0 +1,8 @@
|
|||
module type S = sig
|
||||
include Set.S
|
||||
val exists_opt: (elt -> 'a option) -> t -> 'a option
|
||||
end
|
||||
|
||||
module Make(Elt: Set.OrderedType): S
|
||||
with type elt = Elt.t
|
||||
and type t = Set.Make(Elt).t
|
Loading…
Add table
Add a link
Reference in a new issue