PrimitiveArray-0.10.1.0: Efficient multidimensional arrays
Safe HaskellNone
LanguageHaskell2010

Data.PrimitiveArray.Index.Int

Orphan instances

IndexStream Int Source # 
Instance details

Methods

streamUp :: forall (m :: Type -> Type). Monad m => LimitType Int -> LimitType Int -> Stream m Int Source #

streamDown :: forall (m :: Type -> Type). Monad m => LimitType Int -> LimitType Int -> Stream m Int Source #

Index Int Source # 
Instance details

Associated Types

data LimitType Int Source #

Show (LimitType Int) Source # 
Instance details

IndexStream z => IndexStream (z :. Int) Source # 
Instance details

Methods

streamUp :: forall (m :: Type -> Type). Monad m => LimitType (z :. Int) -> LimitType (z :. Int) -> Stream m (z :. Int) Source #

streamDown :: forall (m :: Type -> Type). Monad m => LimitType (z :. Int) -> LimitType (z :. Int) -> Stream m (z :. Int) Source #