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

Safe HaskellNone
LanguageHaskell2010

JavaScript.Array.Internal

Documentation

newtype SomeJSArray (m :: MutabilityType s) #

Constructors

SomeJSArray JSVal 
Instances
IsJSVal (SomeJSArray m) # 
Instance details

Defined in JavaScript.Array.Internal

Methods

jsval_ :: SomeJSArray m -> JSVal

type JSArray = SomeJSArray Immutable #

type STJSArray s = SomeJSArray (STMutable s) #

write :: Int -> JSVal -> MutableJSArray -> IO () #

sliceIO :: Int -> Int -> JSArray -> IO (SomeJSArray m1) #