javascript-extras-0.4.0.0: Extra javascript functions when using GHCJS

Safe HaskellNone
LanguageHaskell2010

JavaScript.Extras.JSRep

Synopsis

Documentation

newtype JSRep Source #

Wrapper to have a JSVal that also have an IString instance This is helpful when using OverloadedStrings

Constructors

JSRep JSVal 

toJSR :: ToJS a => a -> JSRep Source #