jsaddle-0.9.8.0: Interface for JavaScript that works with GHCJS and GHC
Safe HaskellNone
LanguageHaskell2010

GHCJS.Internal.Types

Documentation

class IsJSVal a where Source #

Minimal complete definition

Nothing

Methods

jsval_ :: a -> GHCJSPure JSVal Source #

data MutabilityType s Source #

Constructors

Mutable_ s 
Immutable_ s 
STMutable s 

Orphan instances

IsJSVal JSString Source # 
Instance details