diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/util.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.ml b/lib/util.ml index 89e8a7b84a..f57b9a6dbc 100644 --- a/lib/util.ml +++ b/lib/util.ml @@ -34,7 +34,7 @@ let join_loc (deb1,_) (_,fin2) = (deb1,fin2) (* Like Exc_located, but specifies the outermost file read, the filename associated to the location of the error, and the error itself. *) -exception Error_in_file of string * (bool * string * Util.loc) * exn +exception Error_in_file of string * (bool * string * loc) * exn (* Projections from triplets *) |
