purescript-0.15.6: PureScript Programming Language Compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.PureScript.CoreImp.Optimizer.Inliner

Description

This module performs basic inlining of known functions

Documentation

inlineFnComposition :: forall m. MonadSupply m => (AST -> AST) -> AST -> m AST Source #