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