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

(*i $Id$ i*)

(* 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