Module type CCSexp_intf.BASIC_SEXP

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