sunroof-compiler-0.2: Monadic Javascript Compiler

Safe HaskellNone

Language.Sunroof.Utils

Description

Common utilities for Sunroof.

Synopsis

Documentation

comment :: String -> JS t ()Source

Write a JavaScript comment into the generated source.

fixJS :: SunroofArgument a => (a -> JSA a) -> JS t aSource

jsfix is the mfix for the JS Monad.