This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
14
unikernel/duniverse/ppxlib/ast/location_error.mli
Normal file
14
unikernel/duniverse/ppxlib/ast/location_error.mli
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
open Import
|
||||
|
||||
type t = Astlib.Location.Error.t
|
||||
|
||||
val of_exn : exn -> t option
|
||||
val register_error_of_exn : (exn -> t option) -> unit
|
||||
val message : t -> string
|
||||
val set_message : t -> string -> t
|
||||
val make : loc:Location.t -> string -> sub:(Location.t * string) list -> t
|
||||
val to_extension : t -> Import.Parsetree.extension
|
||||
val raise : t -> 'a
|
||||
val update_loc : t -> Location.t -> t
|
||||
val get_location : t -> Location.t
|
||||
val of_extension : Import.Parsetree.extension -> t option
|
||||
Loading…
Add table
Add a link
Reference in a new issue