package sexplib

  1. Overview
  2. Docs
type t = Sexplib0.Sexp.t =
  1. | Atom of string
  2. | List of t list

Type of S-expressions