comby.matchers
Matchers.Hole
comby
comby.camlzip
comby.configuration
comby.interactive
comby.language
comby.match
comby.parsers
comby.patdiff
comby.patdiff_kernel
comby.pipeline
comby.replacement
comby.rewriter
comby.server_types
comby.statistics
type sort =
| Everything
| Expression
| Alphanum
| Non_space
| Line
| Blank
| Regex
val sort_to_yojson : sort -> Yojson.Safe.t
val sort_of_yojson : Yojson.Safe.t -> sort Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> sort Ppx_deriving_yojson_runtime.error_or
type t = {
sort : sort;
identifier : string;
dimension : Matchers__.Types.dimension;
optional : bool;
at_depth : int option;
}
val sorts : unit -> sort list