package fmlib

  1. Overview
  2. Docs

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.