From 47c78072c71b34c4c5469736367234f43203e7c9 Mon Sep 17 00:00:00 2001 From: glondu Date: Fri, 7 Dec 2007 21:50:00 +0000 Subject: Ocaml toplevel convenience. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10355 85f007b7-540e-0410-9357-904b9bb8a0f7 --- dev/include | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev/include') diff --git a/dev/include b/dev/include index 1fc82be83..7d0bfdca5 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;; -- cgit v1.2.3