aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/base_include (renamed from dev/base_include.ml)0
-rw-r--r--dev/include (renamed from dev/include.ml)2
2 files changed, 1 insertions, 1 deletions
diff --git a/dev/base_include.ml b/dev/base_include
index 8964873eb0..8964873eb0 100644
--- a/dev/base_include.ml
+++ b/dev/base_include
diff --git a/dev/include.ml b/dev/include
index ae7b8b90a9..292abb8f34 100644
--- a/dev/include.ml
+++ b/dev/include
@@ -1,7 +1,7 @@
(* File to include to install the pretty-printers in the ocaml toplevel *)
-#use "base_include.ml";;
+#use "base_include";;
#install_printer (* ast *) prast;;
#install_printer (* pat *) prastpat;;