On 5/20/06, Bas van Dijk <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
"You can't prove anything."
   -- Gödel's Incompetence Theorem
_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to