Module Dolmen_loop.StateSource
Sourcetype perm = | Allow| Warn| Error
Sourcetype 'solve state = {debug : bool;context : bool;max_warn : int;cur_warn : int;time_limit : float;size_limit : float;input_dir : string;input_lang : lang option;input_mode : [ `Full | `Incremental ] option;input_source : [ `Stdin | `File of string | `Raw of string * string ];input_file_loc : Dolmen.Std.Loc.file;type_state : ty_state;type_check : bool;type_strict : bool;solve_state : 'solve;export_lang : (lang * Format.formatter) list;
} Sourceval allowed_lang_version : 'a state -> string option