From: Eric C. C. <ec...@cm...> - 2003-02-27 19:11:51
|
On Thu, Feb 27, 2003 at 10:58:20AM +0100, fva wrote: > How would you go about packaging these in the extlib so that they can be > more or less seamlessly integrated with the stdlib. A single overarching > file-module? As someone suggested earlier on this list, I'd favor something like: module Ext = struct module List = struct include List ... <our extensions go here> end module String = struct include String ... <our extensions go here> end ... end -- Eric C. Cooper e c c @ c m u . e d u |