[Haskell] Ambiguous type variable when using Data.Generic

Taral taralx at gmail.com
Sat May 20 15:59:34 EDT 2006


On 5/20/06, Bas van Dijk <basvandijk at home.nl> wrote:
>       simplifyExp (HsLeftSection  e  op)= HsApp (opToExp op) e
>       simplifyExp (HsRightSection op e) = HsApp (opToExp op) e

By the way, I think this looks wrong. One of these needs to create a
lambda expression.

-- 
Taral <taralx at gmail.com>
"You can't prove anything."
    -- Gödel's Incompetence Theorem


More information about the Haskell mailing list