[Haskell-cafe] pointfree-trouble

Chaddaï Fouché chaddai.fouche at gmail.com
Tue Dec 22 09:34:43 EST 2009


On Tue, Dec 22, 2009 at 3:09 PM, slemi <0slemi0 at gmail.com> wrote:
> this works fine, but if i leave the 'a' in the last function's definition
> like this:
> reMatr = Matr . (flip (.) unMatr)

The correct point free version would be :

> reMatr = (Matr .) . (. unMatr)

-- 
Jedaï


More information about the Haskell-Cafe mailing list