package orsetto

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

Install

Dune Dependency

Authors

Maintainers

Sources

r1.0.tar.gz
sha256=585297372d7f6cfb830214e9ef22d6d072a39b2a1591ef90f1ee2bcfe144cad3
md5=6bb6a7ba88bf2c7595a0b332921e60b4

doc/orsetto.cf/Cf_scan/ASCII/Affix/index.html

Module ASCII.Affix

Combinator operators

Include the monad infix operators.

include module type of Infix
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t

Use m >>= f as a convenient way to express bind m f.

val (>>:) : 'a t -> ('a -> 'b) -> 'b t

Use m >>: f as a convenient way to express map m f.

val (?.) : char -> char t

The prefix operator version of the one composer.

val (?/) : 'r t -> 'r option t

The prefix operator version of the opt composer.

val (?+) : 'r t -> ('r * 'r list) t

A prefix operator that works like the seq ~a:1 p composer.

val (?*) : 'r t -> 'r list t

The prefix operator version of the seq composer.

val (?^) : 'r t list -> 'r t

The prefix operator version of the alt composer.

val (?^~) : 'r t Seq.t -> 'r t

The prefix operator version of the altz composer.

OCaml

Innovation. Community. Security.