[Haskell-cafe] A suggestion: On why code merges should influence Haskell design

Jeffrey Brown jeffbrown.the at gmail.com
Mon Oct 12 00:10:29 UTC 2015


+1 for AST merge. Writing code from text is reasonable, but storing code as
text is lunacy.

On Sat, Oct 10, 2015 at 11:17 PM, Sean Leather <sean.leather at gmail.com>
wrote:

> 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
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
>


-- 
Jeffrey Benjamin Brown
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20151011/acbbd1cc/attachment.html>


More information about the Haskell-Cafe mailing list