[Haskell-beginners] FW: question
Roelof Wobben
rwobben at hotmail.com
Thu Jul 14 11:46:42 CEST 2011
Hello
That was the problem.
When I do <- instead of <-- I see outcome.
So this problem is also solved.
Everyone thanks for the help and patience.
Roelof
________________________________
> Date: Thu, 14 Jul 2011 09:25:33 +0100
> Subject: Re: [Haskell-beginners] FW: question
> From: edwards.benj at gmail.com
> To: luca_ciciriello at hotmail.com
> CC: beginners at haskell.org; rwobben at hotmail.com
>
>
> The first problem I see is that "x <--" is wrong... it should be just x
> <-, a single hyphen.
>
> On 14 Jul 2011 09:18, "Luca Ciciriello"
> <luca_ciciriello at hotmail.com<mailto:luca_ciciriello at hotmail.com>>
> wrote:
>
> Hi.
> On wich system are you using GHCi ? Probably I missed this information
> from the previous mail.
>
> I'm using GHC 7.0.4 on MacOS X 10.6.8 (Xcode 4) and all works fine with
> [x^2 | x <- [1..10]].
>
> You can try to see if you installation of ghc is ok typing "ghc-pkg
> list" from a console, or using the command ghc -v to see if there are
> some strange notification.
>
> Luca.
>
>
> On Jul 14, 2011, at 9:55 AM, Roelof Wobben wrote:
>
> >
> > Oke,
> >
> >
> > I tried with Ghci 7.03 on the...
More information about the Beginners
mailing list