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

Safe HaskellNone
LanguageHaskell2010

JavaScript.Extras.JSVar

Synopsis

Documentation

newtype JSVar Source #

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

Constructors

JSVar JSVal 

toJS' :: ToJS a => a -> JSVar Source #