rel8-internal
Safe HaskellNone
LanguageHaskell2010

Rel8.Internal.Type.Array

Documentation

array :: Foldable f => TypeInformation a -> f PrimExpr -> PrimExpr Source #

quoteArrayElement :: TypeInformation a -> PrimExpr -> PrimExpr Source #

extractArrayElement :: TypeInformation a -> PrimExpr -> PrimExpr Source #

head :: TypeInformation a -> PrimExpr -> PrimExpr Source #

index :: TypeInformation a -> PrimExpr -> PrimExpr -> PrimExpr Source #

last :: TypeInformation a -> PrimExpr -> PrimExpr Source #

length :: PrimExpr -> PrimExpr Source #