> Could this be used to add support for refactoring of source files > containing language extensions? > > Because if I'm correct, the current most popular refactoring solution (I > forgot the name) for Haskell does not support extensions.
I supppose you're talking about HaRe, that Thomas Schilling linked to. I have no idea how that system is built so I can't answer your question. But in principle I don't see why not. :-) > It would also be nice to add support for the arrows syntax :-) Right, that's one of the few extensions missing, and as such it's pretty high on the todo list. I'll see what/ I can do about it (or when rather), or if anyone would send me a patch I'd be happy to include it. :-) Cheers, /Niklas _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
