package comby-kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type sort =
  1. | Everything
  2. | Expression
  3. | Alphanum
  4. | Non_space
  5. | Line
  6. | Blank
  7. | Regex
val sort_to_yojson : sort -> Yojson.Safe.t
type t = {
  1. sort : sort;
  2. identifier : string;
  3. dimension : Matchers__.Types.dimension;
  4. optional : bool;
  5. at_depth : int option;
}
val sorts : unit -> sort list