package sexp_select

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val select : Base.string -> Base.Sexp.t -> Base.Sexp.t Base.list
val select_staged : Base.string -> (Base.Sexp.t -> Base.Sexp.t Base.list) Base.Staged.t

same as select, but the parsing of the selection expression is done once so the parsed result can be shared across the evaluation of multiple sexps.

OCaml

Innovation. Community. Security.