ghc-lib-8.8.1.20191204: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

CSE

Synopsis

Documentation

cseOneExpr :: InExpr -> OutExpr Source #

Runs CSE on a single expression.

This entry point is not used in the compiler itself, but is provided as a convenient entry point for users of the GHC API.