Is eta reduction possible?

后端 未结 4 916
囚心锁ツ
囚心锁ツ 2021-01-12 20:25

Is it possible to apply eta reduction in below case?

let normalise = filter (\\x -> Data.Char.isLetter x || Data.Char.isSpace x )

I was

4条回答
提交回复
热议问题