ghcjs-base-stub-0.1.0.1: Allow GHCJS projects to compile under GHC and develop using intero.

Safe HaskellNone
LanguageHaskell2010

JavaScript.Array.Internal

Documentation

newtype SomeJSArray m Source #

Constructors

SomeJSArray JSVal 

Instances

type JSArray = SomeJSArray Immutable Source #

type STJSArray s = SomeJSArray (STMutable s) Source #