this repo has no description
at main 17 lines 465 B view raw
1type path = [ `Root of string | `Dot of path * string ] 2 3val parse : 4 Location_.span -> string -> Paths.Reference.t Error.with_errors_and_warnings 5 6val parse_asset : 7 Location_.span -> 8 string -> 9 Paths.Reference.Asset.t Error.with_errors_and_warnings 10 11val read_path_longident : 12 Location_.span -> string -> path Error.with_errors_and_warnings 13 14val read_mod_longident : 15 Location_.span -> 16 string -> 17 Paths.Reference.Module.t Error.with_errors_and_warnings