From: Brian H. <bri...@ql...> - 2003-06-20 00:09:30
|
On Thu, 19 Jun 2003, John Max Skaller wrote: > Brian Hurt wrote: > > > What I thought was going to be a long meeting turned out to be a short > > meeting, so I took a spin through ExtList (attached). If there aren't any > > comments, I'll check it in tomorrow. > > > > Brian > > > > > > module List = struct > > > > > How do I use this module without clobbering > the one in the standard distribution? This is actually a good question, and I'm not sure I have a good answer. Nicolas- should this maybe be: module ExtList = struct ?? And then rename it in extLib? Most of my thinking about this module has been about using it in place of the standard libraries- but I could see people wanting the enum parts without wanting to run the risk of bugs in the rest of the routines. Brian |