type cpattern = Ssrmatching_plugin.Ssrmatching.cpatternval _cpattern_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> _cpatternval sexp_of__cpattern : _cpattern -> Ppx_sexp_conv_lib.Sexp.tval cpattern_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> 'aval sexp_of_cpattern : 'a -> Ppx_sexp_conv_lib.Sexp.ttype ('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
val 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) ssrpatternval 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.tval _rpattern_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> _rpatternval sexp_of__rpattern : _rpattern -> Ppx_sexp_conv_lib.Sexp.ttype rpattern = Ssrmatching_plugin.Ssrmatching.rpatternval rpattern_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> 'aval sexp_of_rpattern : 'a -> Ppx_sexp_conv_lib.Sexp.ttype ssrdir = Ssrmatching_plugin.Ssrmatching.ssrdir = | L2R| R2L
val ssrdir_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> ssrdirval sexp_of_ssrdir : ssrdir -> Ppx_sexp_conv_lib.Sexp.t