package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Chars_in of string
    (*

    Chars_in s matches characters in s (e.g., ":digit:" matches ':')

    *)
  2. | Range of char * char
    (*

    Range (c1, c2) matches characters between c1 and c2 inclusive.

    *)
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t