Module Frontend.Driver

type options = {
  1. as_file : string option;
  2. debug_mode : bool;
  3. 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