Frontend.Driver
type options = {
as_file : string option;
debug_mode : bool;
server_info : (string * int) option;
}
val load_file : options -> [ `Stdin | `File of string ] -> (unit, unit) Stdlib.result
val do_repl : options -> (unit, unit) Stdlib.result