Module Serlib_ssrmatching.Ser_ssrmatchingSource
Sourcetype ssrtermkind = Ssrmatching_plugin.Ssrmatching.ssrtermkind = | InParens| WithAt| NoFlag| Cpattern
Sourceval ssrtermkind_of_yojson :
Yojson.Safe.t ->
ssrtermkind Ppx_deriving_yojson_runtime.error_or Sourceval hash_fold_ssrtermkind :
Ppx_hash_lib.Std.Hash.state ->
ssrtermkind ->
Ppx_hash_lib.Std.Hash.state Sourceval cpattern_of_yojson :
Yojson.Safe.t ->
cpattern Ppx_deriving_yojson_runtime.error_or Sourceval hash_fold_cpattern :
Ppx_hash_lib.Std.Hash.state ->
cpattern ->
Ppx_hash_lib.Std.Hash.state Sourceval hash_cpattern : cpattern -> Ppx_hash_lib.Std.Hash.hash_value 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. (Sexplib0.Sexp.t -> 'a) ->
(Sexplib0.Sexp.t -> 'b) ->
Sexplib0.Sexp.t ->
('a, 'b) ssrpattern Sourceval sexp_of_ssrpattern :
'a 'b. ('a -> Sexplib0.Sexp.t) ->
('b -> Sexplib0.Sexp.t) ->
('a, 'b) ssrpattern ->
Sexplib0.Sexp.t Sourceval ssrpattern_to_yojson :
'a 'b. ('a -> Yojson.Safe.t) ->
('b -> Yojson.Safe.t) ->
('a, 'b) ssrpattern ->
Yojson.Safe.t Sourceval ssrpattern_of_yojson :
'a 'b. (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
(Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
('a, 'b) ssrpattern Ppx_deriving_yojson_runtime.error_or Sourceval hash_fold_ssrpattern :
'a 'b. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
(Ppx_hash_lib.Std.Hash.state -> 'b -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
('a, 'b) ssrpattern ->
Ppx_hash_lib.Std.Hash.state Sourceval rpattern_of_yojson :
Yojson.Safe.t ->
rpattern Ppx_deriving_yojson_runtime.error_or Sourceval _ : Yojson.Safe.t -> rpattern Ppx_deriving_yojson_runtime.error_or Sourceval hash_fold_rpattern :
Ppx_hash_lib.Std.Hash.state ->
rpattern ->
Ppx_hash_lib.Std.Hash.state Sourceval hash_rpattern : rpattern -> Ppx_hash_lib.Std.Hash.hash_value Sourcetype ssrdir = Ssrmatching_plugin.Ssrmatching.ssrdir = | L2R| R2L