package sexplib

  1. Overview
  2. Docs
Library for serializing OCaml values to and from S-expressions

Install

dune-project
 Dependency

Authors

Maintainers

Sources

sexplib-v0.16.0.tar.gz
sha256=e564d5d1ca157314ba5fd64b4e89fa12c6cba8efee3becf6d09d7d9dda21ac5b

doc/sexplib/Sexplib/Src_pos/Relative/index.html

Module Src_pos.RelativeSource

Sourcetype t = {
  1. row : int;
  2. col : int;
}
Sourceval sexp_of_t : t -> Type.t
Sourceval zero : t
Sourceval add : t -> t -> t
Sourceval sub : t -> t -> t