Remove references to Usexp in Exn

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-08-21 18:39:07 +03:00
parent df2ee53a8b
commit 3a012b4938
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ exception Code_error of Usexp.t
exception Fatal_error of string
exception Loc_error of Usexp.Loc.t * string
exception Loc_error of Loc.t * string
external raise : exn -> _ = "%raise"
external raise_notrace : exn -> _ = "%raise_notrace"

1
src/stdune/loc.ml Normal file
View File

@ -0,0 +1 @@
include Usexp.Loc