sig
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, [> Topkg_result.R.msg ])
Stdlib.format4 -> 'a
val error_msg : string -> ('b, [> Topkg_result.R.msg ]) Topkg_result.r
val error_msgf :
('a, Stdlib.Format.formatter, unit,
('b, [> Topkg_result.R.msg ]) Topkg_result.r)
Stdlib.format4 -> 'a
val reword_error_msg :
?replace:bool ->
(string -> Topkg_result.R.msg) ->
('a, Topkg_result.R.msg) Topkg_result.r ->
('a, [> Topkg_result.R.msg ]) Topkg_result.r
end