On Tue, Sep 16, 2008 at 5:29 AM, Mauricio <[EMAIL PROTECTED]> wrote: > > Do you think 'read' (actually, > 'readsPrec'?) could be made to also > read the international convention > (ie., read "1,5" would also work > besides read "1.5")?
No, as read is really intended to be a language-level tool, not something that you should expose to end users. For locale-aware number input and formatting, you'd want to do something else.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe