aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqinit.mli
blob: 7baa825beef5ca67c94b545e1f4d619adfe44538 (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 -> unit
val push_rec_include : string -> unit

val init_load_path : unit -> unit