package sexp_select

  1. Overview
  2. Docs

Module Program.ActionSource

Sourcetype ident = [
  1. | `star
  2. | `string of Base.string
  3. | `one_of of Base.Set.M(Base.String).t
]
Sourceval sexp_of_ident : ident -> Sexplib0.Sexp.t
Sourceval ident_of_sexp : Sexplib0.Sexp.t -> ident
Sourceval __ident_of_sexp__ : Sexplib0.Sexp.t -> ident
Sourcetype t = [
  1. | `descendants of ident
  2. | `children of ident
]
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval __t_of_sexp__ : Sexplib0.Sexp.t -> t
Sourceval matches : Base.string -> ident -> Base.bool
OCaml

Innovation. Community. Security.