Browse thread
F# open sourced
-
Mihamina Rakotomandimby
-
Yoann Padioleau
-
Laurent Le Brun
-
Yoann Padioleau
- Laurent Le Brun
-
Yoann Padioleau
-
Laurent Le Brun
-
Yoann Padioleau
[
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: | Laurent Le Brun <laurentlb@g...> |
| Subject: | Re: [Caml-list] F# open sourced |
On Sat, Nov 13, 2010 at 3:55 AM, Yoann Padioleau <padator@wanadoo.fr> wrote: > I've downloaded mono and the fsharp package for the Mac and 'fsharpi' seems to work. > Where are located the header files of the standard library ? (the equivalent of list.mli for instance). > There is only .dll files in /usr/lib/fsharp/ Source code is not included in these packages. You can get the .fsi files from the zip release at fsharp.net, or from the full source code at fsharppowerpack.codeplex.com. However, you'll get a more complete documentation online (see fsharp.net for links). F# developers often rely on their editor for completion and exploration. Monodevelop plugin for F# will be released in a few days (and I'm working on F# Intellisense support in Emacs). -- Laurent