[Haskell-cafe] Re: Hiding side effects in a data structure

2007-11-02 Thread Jon Fairbairn
"Cale Gibbard" <[EMAIL PROTECTED]> writes: > On 21/10/2007, Jon Fairbairn <[EMAIL PROTECTED]> wrote: >> No, they (or at least links to them) typically are that bad! >> Mind you, as far as fragment identification is concerned, so >> are a lot of html pages. But even if the links do have >> fragmen

Re: [Haskell-cafe] Re: Hiding side effects in a data structure

2007-11-01 Thread Cale Gibbard
On 21/10/2007, Jon Fairbairn <[EMAIL PROTECTED]> wrote: > No, they (or at least links to them) typically are that bad! > Mind you, as far as fragment identification is concerned, so > are a lot of html pages. But even if the links do have > fragment ids, pdfs still impose a significant overhead: I

Re: [Haskell-cafe] Re: Hiding side effects in a data structure

2007-11-01 Thread Jonathan Cast
On Thu, 2007-11-01 at 21:42 +, Jon Fairbairn wrote: > "Hugh Perkins" <[EMAIL PROTECTED]> writes: > > > On 10/26/07, John Meacham <[EMAIL PROTECTED]> wrote: > >> Heh, the plethora of pdf papers on Haskell is part of what originally > >> brought me to respect it. Something about that metafont pa

[Haskell-cafe] Re: Hiding side effects in a data structure

2007-11-01 Thread Jon Fairbairn
"Hugh Perkins" <[EMAIL PROTECTED]> writes: > On 10/26/07, John Meacham <[EMAIL PROTECTED]> wrote: >> Heh, the plethora of pdf papers on Haskell is part of what originally >> brought me to respect it. Something about that metafont painted cmr >> just makes me giddy as a grad student. A beautifully

Re: [Haskell-cafe] Re: Hiding side effects in a data structure

2007-11-01 Thread Hugh Perkins
On 10/26/07, John Meacham <[EMAIL PROTECTED]> wrote: > Heh, the plethora of pdf papers on Haskell is part of what originally > brought me to respect it. Something about that metafont painted cmr > just makes me giddy as a grad student. A beautifully rendered type > inference table is a masterful wo

[Haskell-cafe] Re: Hiding side effects in a data structure

2007-10-30 Thread ChrisK
Ketil Malde wrote: > I've done something similar, I think. Often, I want to output some > kind of progress indicator, just to show that the program is working. > Typically, the program works by lazily evaluating a list (lines from > an input file, say); each element of the list is wrapped with an

Re: [Haskell-cafe] Re: Hiding side effects in a data structure

2007-10-25 Thread John Meacham
On Tue, Oct 23, 2007 at 10:01:37AM +0100, Jon Fairbairn wrote: > That sort of misses my point. Given the length of time I've > been involved with it, I hardly need encouragement to use > Haskell, but if even I find getting to the documentation > off-putting, having to know a trick to do it isn't ex

[Haskell-cafe] Re: Hiding side effects in a data structure

2007-10-23 Thread Jon Fairbairn
"Brandon S. Allbery KF8NH" <[EMAIL PROTECTED]> writes: > On Oct 21, 2007, at 6:29 , Jon Fairbairn wrote: > >> No, they (or at least links to them) typically are that bad! >> Mind you, as far as fragment identification is concerned, so >> are a lot of html pages. But even if the links do have >> f

Re: [Haskell-cafe] Re: Hiding side effects in a data structure

2007-10-21 Thread Brandon S. Allbery KF8NH
On Oct 21, 2007, at 6:29 , Jon Fairbairn wrote: No, they (or at least links to them) typically are that bad! Mind you, as far as fragment identification is concerned, so are a lot of html pages. But even if the links do have fragment ids, pdfs still impose a significant overhead: I don't want

[Haskell-cafe] Re: Hiding side effects in a data structure

2007-10-21 Thread Peter Hercek
Yes, htmls are better than pdfs (more lightweight, easier to work with if exact page layout is not important). I just wanted to point out that it is possible to link into some particular place of a pdf document. So the linking availability should not be the argument by itself. I would prefer h

[Haskell-cafe] Re: Hiding side effects in a data structure

2007-10-21 Thread Jon Fairbairn
Peter Hercek <[EMAIL PROTECTED]> writes: > Jon Fairbairn wrote: > > A hyperlink of the form > href="http://.../long-research-paper.html#interesting-paragraph";> >> interesting bit is far more useful than one of the form >> http://.../long-research-paper.pdf";>look for >> section 49.7.3. It may n

[Haskell-cafe] Re: Hiding side effects in a data structure

2007-10-21 Thread Peter Hercek
Jon Fairbairn wrote: > A hyperlink of the form href="http://.../long-research-paper.html#interesting-paragraph";> interesting bit is far more useful than one of the form http://.../long-research-paper.pdf";>look for section 49.7.3. It may not seem significant, but when one is attempting to lear

[Haskell-cafe] Re: Hiding side effects in a data structure

2007-10-20 Thread Jon Fairbairn
Simon Peyton-Jones <[EMAIL PROTECTED]> writes: > I realise belatedly that my message might have sounded > dismissive. My apologies; it wasn't intended to be. Good > ideas are just that: good. Reinventing them is a sign of > good taste. > > As to documenting GHC, we try to do that by writing pap