module ErrorHandler:sig..end
module ObjTools:sig..end
val register : (Format.formatter -> exn -> unit) -> unitmodule Register:
val print : Format.formatter -> exn -> unitval try_print : Format.formatter -> exn -> unitval to_string : exn -> stringval try_to_string : exn -> string