fmlib.fmlib_parse
Error.Make
fmlib
fmlib.fmlib_pretty
fmlib.fmlib_std
module Expect : Fmlib_std.Interfaces.ANY
module Semantic : Fmlib_std.Interfaces.ANY
type t =
| Syntax of Expect.t list
| 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