Module Serlib_ssrmatching.Ser_ssrmatchingSource
Sourcetype ssrtermkind = Ssrmatching_plugin.Ssrmatching.ssrtermkind = | InParens| WithAt| NoFlag| Cpattern
Sourcetype cpattern = Ssrmatching_plugin.Ssrmatching.cpattern = {kind : ssrtermkind;pattern : Genintern.glob_constr_and_expr;interpretation : Geninterp.interp_sign option;
} Sourceval cpattern_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> 'a Sourceval sexp_of_cpattern : 'a -> Ppx_sexp_conv_lib.Sexp.t Sourcetype ('a, 'b) ssrpattern = ('a, 'b) Ssrmatching_plugin.Ssrmatching.ssrpattern = | T of 'b| In_T of 'b| X_In_T of 'a * 'b| In_X_In_T of 'a * 'b| E_In_X_In_T of 'b * 'a * 'b| E_As_X_In_T of 'b * 'a * 'b
Sourceval ssrpattern_of_sexp :
'a 'b. (Ppx_sexp_conv_lib.Sexp.t -> 'a) ->
(Ppx_sexp_conv_lib.Sexp.t -> 'b) ->
Ppx_sexp_conv_lib.Sexp.t ->
('a, 'b) ssrpattern Sourceval sexp_of_ssrpattern :
'a 'b. ('a -> Ppx_sexp_conv_lib.Sexp.t) ->
('b -> Ppx_sexp_conv_lib.Sexp.t) ->
('a, 'b) ssrpattern ->
Ppx_sexp_conv_lib.Sexp.t Sourceval rpattern_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> 'a Sourceval sexp_of_rpattern : 'a -> Ppx_sexp_conv_lib.Sexp.t Sourcetype ssrdir = Ssrmatching_plugin.Ssrmatching.ssrdir = | L2R| R2L
Sourceval ssrdir_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> ssrdir Sourceval sexp_of_ssrdir : ssrdir -> Ppx_sexp_conv_lib.Sexp.t