[Haskell-cafe] beginner question: assigning local variable to a function

Nico Rolle nrolle at web.de
Wed May 6 12:18:44 EDT 2009


hi
why does this don't work?

test = let a = (>)
    in 1 `a` 2

regards


More information about the Haskell-Cafe mailing list