vext-0.1.4.0: Array library monomorphized with backpack
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lifted

Documentation

empty# :: forall (a :: TYPE R). (# #) -> A# a Source #

index# :: forall (a :: TYPE R). A# a -> Int# -> a Source #

write# :: forall (s :: Type) (a :: TYPE R). M# s a -> Int# -> a -> State# s -> State# s Source #

read# :: forall (s :: Type) (a :: TYPE R). M# s a -> Int# -> State# s -> (# State# s, a #) Source #

unsafeFreeze# :: forall (s :: Type) (a :: TYPE R). M# s a -> State# s -> (# State# s, A# a #) Source #

uninitialized# :: forall (s :: Type) (a :: TYPE R). Int# -> State# s -> (# State# s, M# s a #) Source #

initialized# :: forall (s :: Type) (a :: TYPE R). Int# -> a -> State# s -> (# State# s, M# s a #) Source #

set# :: forall (s :: Type) (a :: TYPE R). M# s a -> Int# -> Int# -> a -> State# s -> State# s Source #

unsafeShrinkFreeze# :: M# s a -> Int# -> State# s -> (# State# s, A# a #) Source #

thaw# :: forall (s :: Type) (a :: TYPE R). A# a -> Int# -> Int# -> State# s -> (# State# s, M# s a #) Source #

freeze# :: forall (s :: Type) (a :: TYPE R). M# s a -> Int# -> Int# -> State# s -> (# State# s, A# a #) Source #

copy# :: forall (s :: Type) (a :: TYPE R). M# s a -> Int# -> A# a -> Int# -> Int# -> State# s -> State# s Source #