mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix in doc (closes #145)
This commit is contained in:
parent
b7b6bd19a3
commit
d076afc405
1 changed files with 1 additions and 1 deletions
|
|
@ -311,5 +311,5 @@ module Dump : sig
|
||||||
val result : 'a t -> ('a, string) Result.result t
|
val result : 'a t -> ('a, string) Result.result t
|
||||||
val result' : 'a t -> 'e t -> ('a, 'e) Result.result t
|
val result' : 'a t -> 'e t -> ('a, 'e) Result.result t
|
||||||
val to_string : 'a t -> 'a -> string
|
val to_string : 'a t -> 'a -> string
|
||||||
(** Alias to {!to_string} *)
|
(** Alias to {!CCFormat.to_string} *)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue