aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqtop.mli
blob: 3a97b3b9219a9cd7eacb149d14d46c2bec391999 (plain)
1
2
3
4
5
6
7
8
9

(* $Id$ *)

(* The Coq main module. The following function [start] will parse the
   command line, print the banner, initialize the load path, load the input 
   state, load the files given on the command line, load the ressource file,
   produce the output state if any, and finally will launch [Toplevel.loop]. *)

val start : unit -> unit