aboutsummaryrefslogtreecommitdiff
path: root/dev/include
diff options
context:
space:
mode:
Diffstat (limited to 'dev/include')
-rw-r--r--dev/include4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/include b/dev/include
index 1fc82be838..7d0bfdca53 100644
--- a/dev/include
+++ b/dev/include
@@ -1,6 +1,8 @@
(* File to include to install the pretty-printers in the ocaml toplevel *)
+(* clflags.cmi (a ocaml compilation by-product) must be in the library path *)
+Clflags.recursive_types := true;;
#cd ".";;
#use "base_include";;
@@ -17,7 +19,7 @@
#install_printer (* goal *) ppgoal;;
#install_printer (* sigma goal *) ppsigmagoal;;
#install_printer (* proof *) pproof;;
-#install_printer (* metaset.t *) ppmeta;;
+#install_printer (* metaset.t *) ppmetas;;
#install_printer (* evar_map *) ppevm;;
#install_printer (* evar_defs *) ppevd;;
#install_printer (* clenv *) ppclenv;;