@hackage express0.1.8

Dynamically-typed expressions involving applications and variables.

Express is a library for manipulating dynamically typed Haskell expressions. It's like Data.Dynamic but with support for encoding applications and variables.

It provides the Expr type and over a hundred functions for building, evaluating, comparing, folding, canonicalizing and matching Expr s. See the README and Haddock documentation for more details.