package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Regexp : sig ... end
type t =
  1. | Equal of string list
  2. | Matches of Regexp.t list
  3. | Mixed of [ `Regexp of Regexp.t | `Literal of string ] list
include sig ... end
val __bin_read_t__ : (int -> t) Core_kernel.Bin_prot.Read.reader
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Selector with type selector = t and type value = Core_kernel.String.t
type selector = t
val eval : selector -> value -> bool
OCaml

Innovation. Community. Security.