= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package parsexp
-
parsexp
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val sexp_of_t : t -> Sexplib0.Sexp.t
val user_exn : t -> exn
Exception raised by the user function
val sub_sexp : t -> Sexplib0.Sexp.t
S-expression that failed to be converted
val location : t -> Positions.range option
Position of sub_sexp t
in the original source, if found
val report : Format.formatter -> filename:string -> t -> unit
Similar to Parse_error.report
exception Of_sexp_error of t
Exception raised in case of a conversion error
val raise :
user_exn:exn ->
sub_sexp:Sexplib0.Sexp.t ->
location:Positions.range option ->
'a