module Extended_exn:Extensions tosig
..end
Core.Exn
.val to_string : exn -> string
to_string
function is slightly tweaked to avoid escaping the string
content of Failure
.val to_string_hum : exn -> string
to_string
target more at user
than developers (Failure s
is just printed as s
)