ERR_to_string : (error_record -> string) ref
The default value of ERR_to_string is format_ERR.
- fun alt_ERR_report {origin_structure,origin_function,message} = String.concat["This just in from ",origin_function, " at ", origin_structure, " : ", message, "\n"]; - ERR_to_string := alt_ERR_report; - Raise (HOL_ERR {origin_structure = "Foo", origin_function = "bar", message = "incomprehensible input"}); This just in from bar at Foo : incomprehensible input ! Uncaught exception: ! HOL_ERR