Dolmen_loop.Statemodule M : sig ... endtype t = M.ttype 'a key = 'a M.keytype 'lang input_file = {lang : 'lang option;mode : mode option;loc : Dolmen.Std.Loc.file;dir : string;source : source;}exception Error of texception Key_not_found of t * string * stringval mk_file :
?lang:'a ->
?mode:mode ->
?loc:Dolmen.Std.Loc.file ->
string ->
source ->
'a input_filemodule type S = sig ... endval empty : tval create_key : pipe:string -> string -> 'a M.keyval bt : bool keyval debug : bool keyval reports : Report.Conf.t keyval report_style : report_style keyval max_warn : int keyval cur_warn : int keyval time_limit : float keyval size_limit : float keyval logic_file : Logic.language input_file keyval response_file : Response.language input_file keyval export_file : Logic.language output_file keyval init :
?bt:bool ->
debug:bool ->
report_style:report_style ->
reports:Report.Conf.t ->
max_warn:int ->
?cur_warn:int ->
time_limit:float ->
size_limit:float ->
response_file:Response.language input_file ->
M.t ->
M.tval loc_input :
?file:'a input_file ->
t ->
Dolmen.Std.Loc.loc ->
Pp_loc.Input.t optionval pp_loc :
?file:'a input_file ->
t ->
Stdlib.Format.formatter ->
Dolmen.Std.Loc.loc option ->
unitval error :
?file:'a input_file ->
?loc:Dolmen.Std.Loc.full ->
t ->
'b Report.Error.t ->
'b ->
'cval warn :
?file:'a input_file ->
?loc:Dolmen.Std.Loc.full ->
t ->
([ `Warning ], 'b) Dolmen_loop__Report.aux ->
'b ->
t