[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Geoffrey Alan Washburn <geoffw@c...> |
| Subject: | Re: Pretty printing Toploop errors? |
Keiko Nakata wrote: > Take a look at driver/errors.ml. > It may be useful. Thanks, linking against driver/errors.cmo and using Errors.report_error worked. However, is there some other library I could link against that wouldn't require end-users having access to the OCaml sources? I did some some investigation, but wasn't able to find one. I've seen some posts in the past where people have been using Errors.report_error, but it wasn't obvious from the context what they were linking to get it.