mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix type mismatch
This commit is contained in:
parent
4c613e5857
commit
21316bb89a
2 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ module type S = sig
|
|||
val of_gen : t -> elt gen -> t
|
||||
val to_gen : t -> elt gen
|
||||
|
||||
val to_tree : t -> elt tree
|
||||
val to_tree : t -> elt ktree
|
||||
end
|
||||
|
||||
module Make(E : PARTIAL_ORD) = struct
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ module type S = sig
|
|||
val of_gen : t -> elt gen -> t
|
||||
val to_gen : t -> elt gen
|
||||
|
||||
val to_tree : t -> elt tree
|
||||
val to_tree : t -> elt ktree
|
||||
end
|
||||
|
||||
module Make(E : PARTIAL_ORD) : S with type elt = E.t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue