[Caml-list] Re: type inference problem with Printf.sprintf ?

2010-11-03 Thread Sylvain Le Gall
Hello, On 03-11-2010, Gregory Bellier gregory.bell...@gmail.com wrote: What's the point to rely on another lib while the standard lib Unix is enough for this simple task? I don't know calendarLib, that's why I ask. But it relies on Unix and Sys anyway so maybe it's better to just use Unix.

Re: [Caml-list] Re: type inference problem with Printf.sprintf ?

2010-11-03 Thread Benedikt Grundmann
core's (http://ocaml.janestreet.com/?q=node/13) Date.t and TZ.t also contain lots of functions that help dealing with dates. On 3 November 2010 14:43, Sylvain Le Gall sylv...@le-gall.net wrote: Hello, On 03-11-2010, Gregory Bellier gregory.bell...@gmail.com wrote: What's the point to rely

Re: [Caml-list] Re: type inference problem with Printf.sprintf ?

2010-11-03 Thread Dario Teixeira
Hi, core's (http://ocaml.janestreet.com/?q=node/13) Date.t and TZ.t also contain lots of functions that help dealing with dates. One feature that Core supports and that is sorely missed in Calendar is native handling of the timezone database present in Unix systems. Sure, Calendar does have