package orsetto

  1. Overview
  2. Docs
A library of assorted structured data interchange languages

Install

Dune Dependency

Authors

Maintainers

Sources

r1.1.3.tar.gz
sha512=9b654edb663ae697563f150824047052f3b1bf760398f24bce6350553f031f73c46b6337239a1acd871e61238597ea92046809e3358290ff14d6ba671b449085

doc/orsetto.cf/Cf_scan/Simple/index.html

Module Cf_scan.Simple

type position

The distinguished simple position type (abstract).

module type Basis = Basis with type position = position and type 'a Form.t = 'a

The specialized basis signature of simple scanners.

module type Profile = Profile with type position := position and type 'a form := 'a

The specialized signature of simple scanner modules.

module Form : Form with type 'a t = 'a

The distinguished production form for undecorated values.

module Basis (S : Cf_relations.Equal) : Basis with type Symbol.t = S.t

Use Basis(S) to make the simple scanner basis for a symbol.

module Create (S : Cf_relations.Equal) : Profile with type symbol := S.t

Use Create(S) to make a simple scanner module.

OCaml

Innovation. Community. Security.