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/Error/Make/index.html

Module Error.MakeSource

Parameters

Signature

Sourcetype t =
  1. | Syntax of Expect.t list
  2. | Semantic of Semantic.t
Sourceval to_string : t -> (Expect.t -> string) -> (Semantic.t -> string) -> string
Sourceval init : t
Sourceval clear_last : t -> t
Sourceval add_expected : Expect.t -> t -> t
Sourceval make_semantic : Semantic.t -> t
Sourceval make_expectations : Expect.t list -> t
Sourceval is_semantic : t -> bool
Sourceval is_syntax : t -> bool
Sourceval semantic : t -> Semantic.t
Sourceval expectations : t -> Expect.t list
OCaml

Innovation. Community. Security.