Browse thread
[Caml-list] Lazy vs closure
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-05-19 (07:04) |
From: | David Brown <caml-list@d...> |
Subject: | Re: [Caml-list] Lazy vs closure |
On Tue, May 18, 2004 at 11:21:57PM -0700, Vladimir N. Silyaev wrote: > Also both compilers tends to generate rather strange error. > =-=-=-=-=-= > The files lazy.cmi and lazy.cmi make inconsistent assumptions > over interface Lazy > =-=-=-=-=-= > This error fixable by removing lazy.cmi from a disk. Your module name is the same as the Lazy module that you're trying to use. Rename your program to something else and see if that gets rid of the problem. Dave Brown ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners