Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
array :: Foldable f => TypeInformation a -> f PrimExpr -> PrimExpr Source #
listTypeInformation :: Nullability a ma -> TypeInformation a -> TypeInformation [ma] Source #
nonEmptyTypeInformation :: Nullability a ma -> TypeInformation a -> TypeInformation (NonEmpty ma) Source #
fromPrimArray :: PrimExpr -> PrimExpr Source #
toPrimArray :: PrimExpr -> PrimExpr Source #
zipPrimArraysWith :: (PrimExpr -> PrimExpr -> PrimExpr) -> PrimExpr -> PrimExpr -> PrimExpr Source #