Re: We need "Documentation"

2001-12-20 Thread Dmitry Astapov
EO> Hi Hal, EO> On Thursday 13 December 2001 20:47, Hal Daume III wrote: >> I think we should move this off the mailing list. I'm willing to >> spear-head such an effort. Anyone who is interested in contributing, >> please email me. I'll compile a list of people and we can figure out >> what

Re: We need "Documentation"

2001-12-19 Thread Eray Ozkural (exa)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Hal, On Thursday 13 December 2001 20:47, Hal Daume III wrote: > I think we should move this off the mailing list. I'm willing to > spear-head such an effort. Anyone who is interested in contributing, > please email me. I'll compile a list of pe

We need "Documentation" (Was: Re: Integer to String Conversion?)

2001-12-04 Thread Eray Ozkural (exa)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 04 December 2001 02:51, you wrote: > On Tue, 4 Dec 2001, Chris wrote: > > is there a function that converts Integers to Strings and vice versa? > > Prelude> (reads "123 abc") :: [(Integer, String)] > [(123," abc")] > Prelude> show 123 > "12