package sexplib

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/sexplib/Sexplib/Parser_with_layout/index.html

Module Sexplib.Parser_with_layoutSource

Sourcetype token =
  1. | STRING of string * (Lexing.position * string) option
  2. | COMMENT of string * Lexing.position option
  3. | LPAREN
  4. | RPAREN
  5. | EOF
  6. | HASH_SEMI
OCaml

Innovation. Community. Security.