package orsetto

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

r1.1.tar.gz
sha256=6e6f59fc6a2c590b1b377e40f2120a548e6f09e61e7eb12ffa45cf2d517316b8
md5=533153cd4a9fe8093d3b98afc1073bc8

doc/orsetto.cf/Cf_data_ingest/Field/index.html

Module Cf_data_ingest.Field

A submodule containing composers for elements indexed by some totally ordered domain type.

val required : 'k -> 'v model -> ('k index, 'v) bind

Use required k m to compose a group element that requires a value matching the model m to be indexed in the sequence with k.

val optional : 'k -> 'v model -> ('k index, 'v option) bind

Use optional k m to compose a group element that admits an optional value matching the model m if it is indexed in the sequence with k.

val default : 'k -> 'v model -> 'v -> ('k index, 'v) bind

Use default k m v to compose a group element that admits an optional value matching the model m if it is indexed in the sequence with k, and if it is not present, then the scanner produces the default v for the element.

OCaml

Innovation. Community. Security.