From a5a0ceb0eec8c39b6d821568a1b606edfd74f630 Mon Sep 17 00:00:00 2001 From: Jacques Garrigue Date: Thu, 18 Apr 2002 08:15:46 +0000 Subject: [PATCH] merged git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4696 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- testlabl/poly.ml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/testlabl/poly.ml b/testlabl/poly.ml index 37392a62a..be39aaa44 100644 --- a/testlabl/poly.ml +++ b/testlabl/poly.ml @@ -1,12 +1,7 @@ (* $Id$ *) (* - How to check out ocaml with polymorphic methods: - Either do - cvs -q update -r poly_meth2 `cat testlabl/dirs_poly` - or - cvs -q update -r poly_meth2 -f - In the second case do not forget to add the -f flag to all ulterior - calls to cvs update, otherwise all head files will be deleted! + Polymorphic methods are now available in the main branch. + Enjoy. *) (* Tests for explicit polymorphism *)