mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
junk signature removed
This commit is contained in:
parent
f0c3d399bc
commit
301205fafd
1 changed files with 0 additions and 3 deletions
|
|
@ -151,9 +151,6 @@ val of_set : (module Set.S with type elt = 'a and type t = 'b) -> 'b -> 'a t
|
||||||
val to_set : (module Set.S with type elt = 'a and type t = 'b) -> 'a t -> 'b
|
val to_set : (module Set.S with type elt = 'a and type t = 'b) -> 'a t -> 'b
|
||||||
(** Convert the sequence to a set, given the proper set module *)
|
(** Convert the sequence to a set, given the proper set module *)
|
||||||
|
|
||||||
val of_map : (module Map.S with type key = 'a and type t = 'b) -> 'b -> ('a * 'c) t
|
|
||||||
(** Convert the Map to the sequence of its key/values *)
|
|
||||||
|
|
||||||
(** Iterate on maps. The functor must be instantiated with a map type *)
|
(** Iterate on maps. The functor must be instantiated with a map type *)
|
||||||
module Map(M : Map.S) :
|
module Map(M : Map.S) :
|
||||||
sig
|
sig
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue