purescript-0.6.3: PureScript Programming Language Compiler

Safe HaskellSafe-Inferred
LanguageHaskell98

Language.PureScript.CodeGen.JS.Optimizer.Common

Description

Common functions used by the various optimizer phases

Documentation

applyAll :: [a -> a] -> a -> a Source

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