Module Extended_exn


module Extended_exn: sig .. end
Extensions to Core.Exn.

val to_string : exn -> string
The to_string function is slightly tweaked to avoid escaping the string content of Failure.
val to_string_hum : exn -> string
This is also an ever so slight variation of to_string target more at user than developers (Failure s is just printed as s)