Safe Haskell | Safe-Inferred |
---|
Language.ECMAScript3
Description
Re-exports commonly used modules.
- module Language.ECMAScript3.Syntax
- module Language.ECMAScript3.Parser
- renderStatements :: [Statement a] -> String
- renderExpression :: Expression a -> String
Documentation
module Language.ECMAScript3.Syntax
module Language.ECMAScript3.Parser
renderStatements :: [Statement a] -> StringSource
Deprecated: These interfaces are outdated and would be removed/hidden in version 1.0. Use the Pretty class instead.
DEPRECATED: Use prettyPrint
instead! Renders a list of
statements as a String
renderExpression :: Expression a -> StringSource
Deprecated: These interfaces are outdated and would be removed/hidden in version 1.0. Use the Pretty class instead.
DEPRECATED: Use prettyPrint
instead! Renders a list of
statements as a String