Browse thread
[Caml-list] mutually referencing compilation units
-
Henri Dubois-Ferriere
-
Quetzalcoatl Bradley
- Francois Thomasset
- Xavier Leroy
-
Quetzalcoatl Bradley
[
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: | -- (:) |
| From: | Francois Thomasset <francois.thomasset@i...> |
| Subject: | Re: [Caml-list] function polymorphic in number of arguments? |
> Is it possible to make a function of N arguments (3 or more), the first > two are functions of N-2 arguments, and the function calls the first > two functions passing its remaining arguments to each of the first two > functions. Whar about this one : let f a b = let g x = a x; b x in g;; François Thomasset ------------------- 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