Pipe.1-Statecommon interface
include State_intf.Commonexception Error of tConvenient exception.
val warn : ?loc:Dolmen.Std.Loc.full -> t -> 'a Report.Warning.t -> 'a -> tEmit a warning
val error : ?loc:Dolmen.Std.Loc.full -> t -> 'a Report.Error.t -> 'a -> tEmit an error.
val input_file_loc : t -> Dolmen.Std.Loc.fileCUrrent input file location meta-data.
val input_lang : t -> Logic.language optionReturn the input language (if any).
val check_headers : t -> boolWhether to check the headers.
val allowed_licenses : t -> string listLicenses allowed. An empty list means all licenses are allowed.
val allowed_lang_version : t -> string optionLanguage version number allowed. None means allowing everything.