Yocaml.SexpSourceinclude module type of SexpAn S-Expression is a data structure with an extremely simple recursive syntax tree. It is made up of atoms (character strings) and nodes (also S-Expressions).
Errors that can occur when parsing S-expressions.
Used to describe an invalid S-expression (correctly parsed but does not respect a schema).
Tools for serializing a Sexp.
from_string str Try deserializing a string in Sexp.
from_string str Try deserializing a string in Sexp.
S-Canonical expression used to describe compressed data sources.
Pretty-printer for t (mostly used for debugging issue).
Pretty-printer for t with indentation.