aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/coq_config.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli
index 5e393e320..4ad8dc58f 100644
--- a/config/coq_config.mli
+++ b/config/coq_config.mli
@@ -8,8 +8,7 @@
val local : bool (* local use (no installation) *)
-val coqlib : string (* where the std library is installed *)
-val coqsrc : string (* where are the sources *)
+val coqlib : string option (* where the std library is installed *)
val docdir : string (* where the doc is installed *)
val ocaml : string (* names of ocaml binaries *)