jsaddle
Safe HaskellNone
LanguageHaskell2010

JavaScript.Array.Internal

Synopsis

Documentation

newtype SomeJSArray (m :: MutabilityType s) Source #

Constructors

SomeJSArray JSVal 

Instances

Instances details
IsJSVal (SomeJSArray m) Source # 
Instance details

Defined in Language.Javascript.JSaddle.Types

type STJSArray (s1 :: s) = SomeJSArray ('STMutable s1) Source #

read :: forall (m :: MutabilityType Type). Int -> SomeJSArray m -> JSM JSVal Source #