package dolmen_loop

  1. Overview
  2. Docs

common interface

include State_intf.Common
type t

The type of state

exception Error of t

Convenient exception.

val warn : ?loc:Dolmen.Std.Loc.full -> t -> 'a Report.Warning.t -> 'a -> t

Emit a warning

val error : ?loc:Dolmen.Std.Loc.full -> t -> 'a Report.Error.t -> 'a -> t

Emit an error.

val input_lang : t -> Logic.language option

Return the input language (if any).