sunroof-compiler-0.2: Monadic Javascript Compiler

Safe HaskellNone

Language.Sunroof.Internal

Description

Internal helper functions.

Synopsis

Documentation

proxyOf :: a -> Proxy aSource

Helps to get the proxy of a value.

litparen :: String -> StringSource

Determines wether a Javascript literal, given as a string, requires parenthesis and adds them if so.