aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/include
diff options
context:
space:
mode:
Diffstat (limited to 'dev/include')
-rw-r--r--dev/include3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/include b/dev/include
index 9518034df..5eea5cc03 100644
--- a/dev/include
+++ b/dev/include
@@ -10,8 +10,9 @@
Alternatively, you can avoid typing #use "include" after each Drop
by adding the following lines in your $HOME/.ocamlinit :
+ #directory "+compiler-libs";;
if Filename.basename Sys.argv.(0) = "coqtop.byte"
- then ignore (Toploop.use_silently Format.std_formatter "include")
+ then ignore (Toploop.use_silently Format.std_formatter "dev/include")
*)
(* For OCaml 3.10.x: