purescript-0.4.19: PureScript Programming Language Compiler

Safe HaskellSafe-Inferred

Language.PureScript.Optimizer.Common

Description

Common functions used by the various optimizer phases

Documentation

applyAll :: [a -> a] -> a -> aSource

removeFromBlock :: ([JS] -> [JS]) -> JS -> JSSource