[Haskell-cafe] library on common sub-expression elimination?

Stephen Tetley stephen.tetley at gmail.com
Thu Aug 11 08:30:30 CEST 2011


Wouldn't this be dependent upon your AST and thus not readily
"package-able" as a library?

Expression simplification has been a prime example for Strafunski
style traversal libraries. You might be able to find examples that you
can adapt to your own AST written with Uniplate or similar library.

On 11 August 2011 05:00, Anton Kholomiov <anton.kholomiov at gmail.com> wrote:
> Is there a library on common sub-expression elimination?
>



More information about the Haskell-Cafe mailing list