Send Beginners mailing list submissions to
        beginners@haskell.org

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
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

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 <daniel.is.fisc...@googlemail.com>
Subject: Re: [Haskell-beginners] Cannot Install Yi - Haskell
To: Sayth Renshaw <flebber.c...@gmail.com>
Cc: beginners@haskell.org
Message-ID: <201103271527.03039.daniel.is.fisc...@googlemail.com>
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 <rustompm...@gmail.com>
Subject: [Haskell-beginners] scoped typed variable
To: beginners@haskell.org
Message-ID:
        <aanlktikg_jiuuhdkcx2ngphnvifkwhh_rzfz+xpmd...@mail.gmail.com>
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 <daniel.is.fisc...@googlemail.com>
Subject: Re: [Haskell-beginners] scoped typed variable
To: beginners@haskell.org
Message-ID: <201103271705.27332.daniel.is.fisc...@googlemail.com>
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
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners


End of Beginners Digest, Vol 33, Issue 38
*****************************************

Reply via email to