Re: [Caml-list] What does Jane Street use/want for an IDE? What about you?

2008-11-03 Thread Kuba Ober
On Friday 31 October 2008, Jon Harrop wrote: On Monday 20 October 2008 14:19:40 Kuba Ober wrote: what do you guys use for your development environment? I use Emacs but I hate it. :) What would be the minimal set of functionality that would make you happy for an IDE? . Written in OCaml

[Caml-list] Hiding a public module/type?

2008-11-03 Thread David Teller
Dear list, In order to simplify the error messages for users of my library, I'd like to hide some type aliasing. I have the following: (*** module [Inner], defined in inner.mli ***) type t (*** module [Outer], defined in outer.mli ***) type t = Inner.t val f : t - t Now, module

Re: [Caml-list] What does Jane Street use/want for an IDE? What about you?

2008-11-03 Thread Jon Harrop
On Monday 03 November 2008 14:15:38 Kuba Ober wrote: On Friday 31 October 2008, Jon Harrop wrote: . Written in OCaml using OCaml's own lexer and parser to save effort and make it possible for others to help develop it without losing their hair. That's perhaps possible in the longer run by