aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqinit.mli
blob: 86b2c9b64e39ae557a1a3a06839c94d745bce65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

(* $Id$ *)

(* Initialization. *)

val set_debug : unit -> unit

val set_rcfile : string -> unit
val set_rcuser : string -> unit

val no_load_rc : unit -> unit
val load_rcfile : unit -> unit

val push_include : string * Names.dir_path -> unit
val push_rec_include : string * Names.dir_path -> unit

val init_load_path : unit -> unit