Browse thread
Nesting Modules
[
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: | 2005-11-02 (13:11) |
From: | Christophe TROESTLER <Christophe.Troestler@u...> |
Subject: | Re: [Caml-list] Nesting Modules |
On Wed, 02 Nov 2005, Tom Hawkins <tom@confluent.org> wrote: > > But then you're forced to > Drag_Along_Every_Module_To_Get_To_Something.useful. ;-) As a library > user, I would much prefer: > > open Drag.Along.Every.Module.To.Get.To > Something.useful () You can alway do module Something = Drag_Along_Every_Module_To_Get_To_Something Something.useful() My 2¢, ChriS