Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Obeam.Errtype 'a t = {reason : 'a kind_t;backtrace : Base.Source_code_position.t Base.list;previous : 'a t Base.option;}val sexp_of_t :
'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) ->
'a t ->
Ppx_sexp_conv_lib.Sexp.tval sexp_of_kind_t :
'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) ->
'a kind_t ->
Ppx_sexp_conv_lib.Sexp.tval create : loc:Base.Source_code_position.t -> 'a kind_t -> 'a tval record_backtrace : loc:Base.Source_code_position.t -> 'a t -> 'a tval wrap : loc:Base.Source_code_position.t -> 'a kind_t -> 'a t -> 'a t