Open knupfer opened 9 years ago
It should be possible to use template haskell to generate the dispatcher list, making the arity list obsolete. That could remove one compilation step (from emacs) and make the text munging of the functions typed.
with template haskell, all that is needed should be a list of customize options and modules installed via package-install
It should be possible to use template haskell to generate the dispatcher list, making the arity list obsolete. That could remove one compilation step (from emacs) and make the text munging of the functions typed.