> | http://www.ukc.ac.uk/people/staff/cr3/tmp/Communities/
> |
> |Note the "tmp" - this list should move to haskell.org later.
.. that should have been:
http://www.cs.ukc.ac.uk/people/staff/cr3/tmp/Communities/
Claus
___
Haskell mailing list
[EM
Dear fellow Haskellers,
the recent (and eternal) questions about GUIs and future Haskell
developments are closely related to a general problem: trying to
keep up to date with what is going on within the Haskell community
as a whole while the breadth of interests in that community keeps
expan
Rijk-Jan van [EMAIL PROTECTED] writes:
>
> Recently, Craig Delehanty discovered that there is
> a difference in behaviour of putStr "a\tb" between
> Hugs and WinHugs (see comp.lang.functional).
>
> Hugs interprets it as a alignment character:
> >putStr "a\tb"
> "a b"
> >
> (7 spaces)
> b
"Brian Boutel" <[EMAIL PROTECTED]> writes:
>
> Sigbjorn Finne wrote:
> > >
> > > What does the language definition say about this?
> >
> > Nothing at all, I believe, but [...]
>
> Actually, Appendix B3 of the Haskell 98 Report says
>
[]
That deals with Haskell lexical syntax, and not t
Sigbjorn Finne wrote:
> >
> > What does the language definition say about this?
>
> Nothing at all, I believe, but the convention is for tab characters
> to be interpreted by an output device as moving the cursor to
> the next tab stop/alignment column. In the absence of any custom
> set of tab
Brian Boutel wrote:
> Sigbjorn Finne wrote:
> > >
> > > What does the language definition say about this?
> >
> > Nothing at all, I believe, but the convention is for tab characters
> > to be interpreted by an output device as moving the cursor to
> > the next tab stop/alignment column. In the ab
"Rijk-Jan van Haaften" <[EMAIL PROTECTED]>:
>> What does the language definition say about [tabs]?
Sigbjorn:
> Nothing at all, I believe, but the convention is [...]
The Haskell 1.4 report says what is meant to happen (section 1.5)
(which was to follow the convention).
The Haskell 98 report om
Dear all,
the following might be of interest to Haskellians and Types people.
I'd like to announce the availability of
TIE: A CHR-based Type Inference Engine
We present a generic type inference algorithm for Hindley/Milner style
systems based on Constraint Handling Rules (CHRs).
The system ha