aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqtop_bin.ml
blob: 62459003bd179d5b3b65bd6c08bb97a15004fbb5 (plain)
1
2
3
4
5
6
(* Main coqtop initialization *)
let () =
  (* XXX: We should make this a configure option *)
  List.iter Mltop.add_known_module Str.(split (regexp " ") Tolink.static_modules);
  (* Start the toplevel loop *)
  Coqtop.start()