knupfer / haskell-emacs

Write Emacs extensions in Haskell
376 stars 22 forks source link

generalize fusioning #1

Closed knupfer closed 9 years ago

knupfer commented 9 years ago

At the moment, only functions with one argument is fused. It should be possible to fuse as well other functions by passing a syntax tree to haskell and recursively map symbols which represent functions over the cdr.

knupfer commented 9 years ago

Implemented with version 1.6.1