sunroof-compiler-0.2: Monadic Javascript Compiler

Safe HaskellNone

Language.Sunroof.JS.Object

Description

Abstraction over the most general type in Javascript.

Synopsis

Documentation

data JSObject Source

Data type for all Javascript objects.

Instances

Show JSObject 
IfB JSObject 
EqB JSObject

Reference equality, not value equality.

Sunroof JSObject 
JSTuple JSObject 

object :: String -> JSObjectSource

Create an arbitrary object from a literal in form of a string.

this :: JSObjectSource

The this reference.