From 25229d8d772576f867572d9c422b3a624b1636c7 Mon Sep 17 00:00:00 2001 From: glondu Date: Wed, 19 Nov 2008 14:16:43 +0000 Subject: Execute #rectypes directive in embedded OCaml toplevel... ...to avoid the need to have cflags.cmi around. This directive will likely be available in the next version of OCaml. See OCaml bug #4460. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11605 85f007b7-540e-0410-9357-904b9bb8a0f7 --- dev/include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/include') diff --git a/dev/include b/dev/include index ccb75edd5..364773753 100644 --- a/dev/include +++ b/dev/include @@ -1,12 +1,13 @@ (* 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. +(* For OCaml 3.10.x: + clflags.cmi (a ocaml compilation by-product) must be in the library path. On Debian, install ocaml-compiler-libs, and uncomment the following: #directory "+compiler-libs/utils";; + Clflags.recursive_types := true;; *) -(* Clflags.recursive_types := true;;*) #cd ".";; #use "base_include";; @@ -37,4 +38,3 @@ #install_printer (* generic_argument *) pp_generic_argument;; #install_printer (* fconstr *) ppfconstr;; - -- cgit v1.2.3