Module Topkg_result.R

module R: sig .. end

val reword_error : ('b -> 'c) -> ('a, 'b) Topkg_result.r -> ('a, 'c) Topkg_result.r
type msg = [ `Msg of string ] 
val msgf : ('a, Stdlib.Format.formatter, unit, [> msg ]) Stdlib.format4 ->
'a
val error_msg : string -> ('b, [> msg ]) Topkg_result.r
val error_msgf : ('a, Stdlib.Format.formatter, unit,
('b, [> msg ]) Topkg_result.r)
Stdlib.format4 -> 'a
val reword_error_msg : ?replace:bool ->
(string -> msg) ->
('a, msg) Topkg_result.r ->
('a, [> msg ]) Topkg_result.r