Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Data.Array.Comfort.Container
Description
This module provides an array shape type, that allows to store elements from a container while preserving the container structure.
Documentation
class C f => Indexed f where Source #
Methods
indices :: Shape f -> [Index f] Source #
unifiedSizeOffset :: Checking check => Shape f -> (Int, Index f -> Result check Int) Source #