From: Nicolas C. <war...@fr...> - 2003-05-16 11:34:33
|
> > I understand you, but it add to be in many functions if you want to do so. > > Perhaps only for XArray.make would be enough ? > > How about this. We leave the resizer function off all the extant > functions, but add three functions: > > val set_resizer : resizer_t -> t -> unit > val get_resizer : t -> resizer_t > val default_resizer : resizer_t I added that to the CVS , renamed Xarray to DynArray , updated all the documentation, added a Makefile and a README , and tested/corrected the documentation generation with ocamldoc . Nicolas Cannasse |