= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This modules defines the smallest signatures for a solver state that allow to instantiate the Typer.Pipe
functor.
common interface
include Common
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).