package sexplib

  1. Overview
  2. Docs
module Conv : sig ... end

Utility Module for S-expression Conversions

module Conv_error : sig ... end
module Exn_magic : sig ... end
module Lexer : sig ... end
module Macro : sig ... end

Support for variable expansion and templates within s-expressions. The functions in this module evaluate the following constructs within s-expressions:

module Parser : sig ... end
module Parser_with_layout : sig ... end
module Path : sig ... end

Path: Module for Substitutions within S-expressions

module Pre_sexp : sig ... end
module Sexp : sig ... end

Sexp: Module for handling S-expressions (I/O, etc.)

module Sexp_intf : sig ... end

Sexp_intf: interface specification for handling S-expressions (I/O, etc.)

module Sexp_with_layout : sig ... end
module Src_pos : sig ... end

source positions, both relative and absolute

module Std : sig ... end
module Type : sig ... end
module Type_with_layout : sig ... end

S-expressions annotated with relative source positions and comments