<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<br class=""><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">in the last couple of years we had a number of projects that used haskell-src-exts [1]. In most of these cases we wanted to do some common AST transformations, e.g., translating function definitions via several rules into one rule using case expressions. So, after needing these transformations a couple of times, I was wondering if there is a library that works on top of haskell-src-exts and implements common transformations like the one mentioned. I took a look at the reverse dependencies of haskell-src-exts, but only found projects implementing these transformations as part of a bigger project.</div><div class=""><br class=""></div><div class="">In a nutshell, I am asking if I did miss such a library or if there does not exist such a library yet. If the latter is the case, we will definitely implement such a library as part of the next student project that builds upon haskell-src-exts.</div><div class=""><br class=""></div><div class="">Cheers</div><div class="">Sandra</div><div class=""><br class=""></div><div class="">[1] <a href="http://hackage.haskell.org/package/haskell-src-exts" class="">http://hackage.haskell.org/package/haskell-src-exts</a></div></div></div></body></html>