Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Cannot Install Yi - Haskell (Daniel Fischer)
2. scoped typed variable (Rustom Mody)
3. Re: scoped typed variable (Daniel Fischer)
----------------------------------------------------------------------
Message: 1
Date: Sun, 27 Mar 2011 15:27:02 +0200
From: Daniel Fischer <[email protected]>
Subject: Re: [Haskell-beginners] Cannot Install Yi - Haskell
To: Sayth Renshaw <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: Text/Plain; charset="utf-8"
On Sunday 27 March 2011 10:49:55, Sayth Renshaw wrote:
> First thanks for all the help. If there is no standard ide for haskell
> then I already use geany so I will use that and check out elipseFP as
> you suggested.
Use whatever you are comfortable with (just don't use tabs ;).
Occasionally, look around if there's something you could be even more
comfortable with.
I've started using kile for LaTeX, so, who knows, maybe I'll start using
leksah (or eclipseFP) within the next few years.
>
> Thanks
>
> Sayth
Cheers,
Daniel
------------------------------
Message: 2
Date: Sun, 27 Mar 2011 20:31:15 +0530
From: Rustom Mody <[email protected]>
Subject: [Haskell-beginners] scoped typed variable
To: [email protected]
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
Reading the other thread on scoped typed variable I see in
http://www.haskell.org/ghc/docs/7.0.2/html/users_guide/other-type-extensions.html#exp-type-sigs
forall a. ST s Bool
I guess it is forall s. ST s Bool
?
------------------------------
Message: 3
Date: Sun, 27 Mar 2011 17:05:26 +0200
From: Daniel Fischer <[email protected]>
Subject: Re: [Haskell-beginners] scoped typed variable
To: [email protected]
Message-ID: <[email protected]>
Content-Type: Text/Plain; charset="iso-8859-1"
On Sunday 27 March 2011 17:01:15, Rustom Mody wrote:
> Reading the other thread on scoped typed variable I see in
> http://www.haskell.org/ghc/docs/7.0.2/html/users_guide/other-type-extens
> ions.html#exp-type-sigs forall a. ST s Bool
>
> I guess it is forall s. ST s Bool
> ?
Yes.
Good spot.
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 33, Issue 38
*****************************************