val error_msgf : ('a, Stdlib.Format.formatter, unit, ('b, [> msg ])r)Stdlib.format4->'a
error_msgf fmt ... is an error formatted according to fmt.
val reword_error_msg : ?replace:bool ->(string ->msg)->('a, msg)r->('a, [> msg ])r
reword_error_msg ~replace reword r is like reword_error except if replace is false (default), the result of reword old_msg is concatened, on a new line to the old message.