package fmlib

  1. Overview
  2. Docs
Functional monadic library

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
sha256=0558665285e4d7691e5a80c90ab05a7acb86c09f03ceef6589f150f6d3574573
md5=fb61f4d6e7233cf8d1d71758e6110c1e

doc/fmlib.fmlib_parse/Fmlib_parse/Test_calculator/CP/Parser/index.html

Module CP.ParserSource

Sourcetype t
Sourceval needs_more : t -> bool
Sourceval has_ended : t -> bool
Sourceval has_succeeded : t -> bool
Sourceval has_failed_syntax : t -> bool
Sourceval has_failed_semantic : t -> bool
Sourceval position : t -> Position.t
Sourceval line : t -> int
Sourceval column : t -> int
Sourceval state : t -> Unit.t
Sourceval lookaheads : t -> char array * bool
Sourceval final : t -> Int.t
Sourceval failed_expectations : t -> (string * Indent.violation option) list
Sourceval failed_semantic : t -> String.t
Sourceval put : char -> t -> t
Sourceval put_end : t -> t
Sourceval run_on_string : string -> t -> t
OCaml

Innovation. Community. Security.