Topkg.R
Result value combinators.
reword_error reword r
is:
r
if r = Ok v
Error (reword e)
if r = Error e
val error_msgf : ('a, Format.formatter, unit, ('b, [> msg ]) r) format4 -> 'a
error_msgf fmt ...
is an error formatted according to fmt
.