package sexp_decode

  1. Overview
  2. Docs

Module type Sexp_decode.SEXPSource

Module type of S-expressions

Sourcetype t =
  1. | Atom of string
  2. | List of t list
OCaml

Innovation. Community. Security.