git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4696 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2002-04-18 08:15:46 +00:00
parent 6700412bae
commit a5a0ceb0ee
1 changed files with 2 additions and 7 deletions

View File

@ -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 *)