Re: [Caml-list] F# open sourced

2010-11-14 Thread Laurent Le Brun
On Sat, Nov 13, 2010 at 3:55 AM, Yoann Padioleau 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/fsh

Re: [Caml-list] F# open sourced

2010-11-12 Thread Laurent Le Brun
Hi, >> http://blogs.msdn.com/b/dsyme/archive/2010/11/04/announcing-the-f-compiler-library-source-code-drop.aspx >> >> Good thing? Bad one? > > I thought it was already open source ... What is new with this announcement ? > When I downloaded F# 1.9.6.2 a few months ago the source of the compiler we

Re: [Caml-list] Favorite OCaml editor?

2010-01-05 Thread Laurent Le Brun
On Tue, Jan 5, 2010 at 12:28 PM, Jon Harrop wrote: >> 2) Ability to invoke a build tool so that reported errors allow me to >> automatically jump to the offending lines. > > Yes but I'd rather have an IDE constantly recompiling and automatically > flagging errors such that I can jump directly to t

Re: [Caml-list] how can I express empty element?

2009-03-09 Thread Laurent Le Brun
On Mon, Mar 9, 2009 at 2:14 PM, AUGER Cedric wrote: > David Rajchenbach-Teller wrote: >> >> No, that's not possible. :: is an algebraic constructor, which means, >> among other things, that it accepts no neutral element (well, except >> when the list is infinite, but that's probably not what you'r