caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] functor question
@ 2002-07-24  4:26 Brian Naylor
  2002-07-25  9:21 ` Xavier Leroy
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Naylor @ 2002-07-24  4:26 UTC (permalink / raw)
  To: caml-list

Is there any efficiency difference between:

module Foo = Make (Bar) (Baz)

and

module Both = struct module Bar = Bar module Baz = Baz end
module Foo = Make (Both)

In other words, is it better to coalesce structures into a single functor
application rather than to apply multiple functors?  Do I pay more indirection
costs in the first case?  Thanks.


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-26 21:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-24  4:26 [Caml-list] functor question Brian Naylor
2002-07-25  9:21 ` Xavier Leroy
2002-07-25  9:55   ` [Caml-list] Functors, Modules and Indirections Thorsten Ohl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).