Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
bimap Data.Bimap A bidirectional map between values of types a and b.
-
bimap Data.Bimap O(1). Extract only the left-to-right component of a bimap. Version: 0.2.1
toMapR :: Bimap a b -> Map b abimap Data.Bimap O(1). Extract only the right-to-left component of a bimap. Version: 0.2.1
ixmapP :: (Ix i, Ix i', IArray a e, IArray a' e) => (i', i') -> (i' -> i) -> a i e -> a' i' ecarray Data.Array.CArray More polymorphic version of ixmap.
-
carray Data.Array.CArray Less polymorphic version.
-
carray Data.Array.CArray Less polymorphic version.
-
carray Data.Array.CArray Generic slice and map. This takes the new range, the inverse map on indices, and function to produce the next element. It is the most general operation in its class.
-
carray Data.Array.CArray Perform an operation on the elements, independent of their location.
ixmapP :: (Ix i, Ix i', IArray a e, IArray a' e) => (i', i') -> (i' -> i) -> a i e -> a' i' ecarray Data.Array.CArray.Base More polymorphic version of ixmap.
-
carray Data.Array.CArray.Base Less polymorphic version.