package containers

  1. Overview
  2. Docs

Abstract representation of S-expressions

  • since 3.3
type t
val atom : string -> t
val list : t list -> t
val match_ : t -> atom:(string -> 'a) -> list:(t list -> 'a) -> 'a