Hello,

On 20-11-2009, Dan <[email protected]> wrote:
> Hi,
>
> I'm an OCaml beginner and was wondering about how to reference modules
> generated from functors.  I'm using Map.Make(String) to generate a
> module called StringMap, so in my stringMap.ml file I have
>
> module StringMap = Map.Make(String);;
>

add:

include StringMap;;

in stringMap.ml. 

Maybe ocaml-beginners list should better fit to this kind of question.

http://caml.inria.fr/resources/forums.en.html

Regards,
Sylvain Le Gall

-- 
You received this message because you are subscribed to the Google Groups 
"ocaml-developer" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ocaml-developer?hl=en
For other OCaml forums, see http://caml.inria.fr/resources/forums.en.html

Reply via email to