sexp.sexp_app
Syntax.Quotation
sexp.lazy_list
sexp.sexp_app_pattern
type 'a t =
| Atom of string
| List of 'a t list
| Quote of 'a t t
| Unquote of 'a
| Splice of 'a
include Sexplib0.Sexpable.S1 with type 'a t := 'a t
val t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t