Module Command_line.ParserAndCompiler
type ('annot, 'tl_ast, 'init_data) compiled_progs = {gil_progs : (string * ('annot, string) Gil_syntax.Prog.t) list;source_files : IncrementalAnalysis.SourceFiles.t;tl_ast : 'tl_ast;init_data : 'init_data;
}val get_progs_or_fail :
pp_err:(Stdlib.Format.formatter -> 'a -> unit) ->
(('b, 'c, 'd) compiled_progs, 'a) Stdlib.result ->
('b, 'c, 'd) compiled_progsmodule type S = ParserAndCompiler.Smodule Dummy : sig ... endDummy ParserAndCompiler that will simply always fail. This is used when someone wants to build a command line interface to only reason about GIL.