| Copyright | (c) The University of Glasgow 2001 |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Jeffrey Young <[email protected]> Luite Stegeman <[email protected]> Sylvain Henry <[email protected]> Josh Meredith <[email protected]> |
| Stability | experimental This module contains a simple expression optimizer that performs constant folding and some boolean expression optimizations. |
| Safe Haskell | None |
| Language | GHC2021 |
GHC.JS.Opt.Expr
Description