package sexp_select

  1. Overview
  2. Docs

Module Sexp_select.For_testingSource

Reference implementations of select and deselect that are linked, to verify that operations are inversions of each other.

We don't use these as the actual implementations because they allocate more more than the standalone versions (especially for select) and we don't want to always pay for that unnecessary overhead.

Sourcemodule Program : sig ... end
Sourcemodule Parse : sig ... end

sexp select "programs" are themselves formed by a series of sexps.

OCaml

Innovation. Community. Security.