GHC infinite loop when building vector program

Bas van Dijk v.dijk.bas at gmail.com
Tue Oct 11 21:21:46 CEST 2011


On 11 October 2011 21:11, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
> Note that the program also builds fine when I change the 'f' and 'z' to:
>
> f = flip (:)
> z = []
>

Oops, I meant to say:

Note that the program also builds fine when I change the 'f' and 'z' to:

f = (+)
z = 0



More information about the Glasgow-haskell-users mailing list