[Haskell-cafe] A suggestion: On why code merges should influence Haskell design
Sean Leather
sean.leather at gmail.com
Sun Oct 11 06:17:35 UTC 2015
On Sun, Oct 11, 2015 at 4:09 AM, Dimitri DeFigueiredo wrote:
> Can we write a "compiler-like" merge tool for Haskell?
Merge could be considered to be a combination of diff and patch. And so you
might want to merge ASTs, which are typically families of datatypes.
Related: Type-Safe Diff for Families of Dataypes:
http://www.andres-loeh.de/gdiff-wgp.pdf
Regards,
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20151011/51482621/attachment.html>
More information about the Haskell-Cafe
mailing list