mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -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
|
||||
(** 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 *)
|
||||
module Map(M : Map.S) :
|
||||
sig
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue