Parameter Pipe.2-State
val warn : ?loc:Dolmen_std.Loc.full -> t -> ('a, Stdlib.Format.formatter, unit, t) Stdlib.format4 -> 'aEmit a warning
val input_file_loc : t -> Dolmen_std.Loc.fileCUrrent input file location meta-data.
val set_input_file_loc : t -> Dolmen_std.Loc.file -> tSet the input file location meta-data.
val start : State_intf.phase -> unitHook at the start of a phase
val stop : State_intf.phase -> unitHook at the end of a phase
val prelude : t -> stringSome prelude to print at the begining of lines when in interactive mode.
val is_interactive : t -> boolWhether we are running in interactive mode.
val set_mode : t -> State_intf.mode -> tval set_lang : t -> Logic.language -> tSet the input language.
val input_mode : t -> State_intf.mode optionReturn the current mode (if any).
val input_lang : t -> Logic.language optionReturn the input language (if any).
val input_dir : t -> stringReturn the directory of the input source (e.g. the directory of the input file, or the current directory if in interactive mode).
val input_source : t -> State_intf.sourceReturn the input source.
val file_not_found : loc:Dolmen_std.Loc.full -> dir:string -> file:string -> 'aCallback for when a file specified by the input source is not found.