Browse thread
What does Jane Street use/want for an IDE? What about you?
[
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: | Daniel_Bünzli <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] What does Jane Street use/want for an IDE? What about you? |
Le 25 oct. 08 à 14:43, Martin Jambon a écrit : > Now I generally tend to use this: > > let x = > List.map ( > fun z -> > very_blabla > ... > ) my_list > in I think the best solution is to name your anonymous function, as the guidelines suggest [1]. Regards, Daniel [1] http://caml.inria.fr/resources/doc/guides/guidelines.en.html search for "Naming anonymous functions"