Sourcetype 'a _t = | Param of int * int| Node of 'a * 'a _t array| Rec of int * 'a _t array
Sourceval _t_of_sexp :
'a. (Ppx_sexp_conv_lib.Sexp.t -> 'a) ->
Ppx_sexp_conv_lib.Sexp.t ->
'a _t Sourceval sexp_of__t :
'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) ->
'a _t ->
Ppx_sexp_conv_lib.Sexp.t Sourceval sexp_of_t :
('a -> Ppx_sexp_conv_lib.Sexp.t) ->
'b ->
Ppx_sexp_conv_lib.Sexp.t Sourceval t_of_sexp :
(Ppx_sexp_conv_lib.Sexp.t -> 'a) ->
Ppx_sexp_conv_lib.Sexp.t ->
'b