package sexp_select

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ident = [
  1. | `star
  2. | `string of Base.string
  3. | `one_of of Base.Set.M(Base.String).t
]
val sexp_of_ident : ident -> Sexplib0.Sexp.t
val ident_of_sexp : Sexplib0.Sexp.t -> ident
val __ident_of_sexp__ : Sexplib0.Sexp.t -> ident
type t = [
  1. | `descendants of ident
  2. | `children of ident
]
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t
val __t_of_sexp__ : Sexplib0.Sexp.t -> t
val matches : Base.string -> ident -> Base.bool
OCaml

Innovation. Community. Security.