Browse thread
[Caml-list] composing functions...
-
Jonathan Roewen
-
skaller
- Jonathan Roewen
- Daniel_Bünzli
- Pietro Abate
-
skaller
[
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-12-01 (02:00) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | Re: [Caml-list] composing functions... |
Okay, how about something different. How could I do some sort of composing where I pass objects and arguments to be applied. Something like let f arg1 arg2 = obj1 arg1 --> obj2 arg2, where the function/operator would call the correct method on the object, passing the argument to it. Jonathan