package fmlib

  1. Overview
  2. Docs

Parameters

Signature

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

Innovation. Community. Security.