jsaddle-0.9.7.0: Interface for JavaScript that works with GHCJS and GHC

Safe HaskellNone
LanguageHaskell2010

GHCJS.Internal.Types

Contents

Documentation

class IsJSVal a where Source #

Minimal complete definition

Nothing

data MutabilityType s Source #

Constructors

Mutable_ s 
Immutable_ s 
STMutable s 

Orphan instances

IsJSVal JSString Source # 
Instance details