Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromMap :: Ord k => Map k a -> Array (Set k) acomfort-array Data.Array.Comfort.Boxed No documentation available.
toMap :: Ord k => Array (Set k) a -> Map k acomfort-array Data.Array.Comfort.Boxed No documentation available.
foldMap :: (C sh, Storable a, Ord a, Semigroup m) => (a -> m) -> Array sh a -> mcomfort-array Data.Array.Comfort.Storable No documentation available.
fromIntMap :: Storable a => IntMap a -> Array IntSet acomfort-array Data.Array.Comfort.Storable No documentation available.
fromMap :: (Ord k, Storable a) => Map k a -> Array (Set k) acomfort-array Data.Array.Comfort.Storable No documentation available.
toIntMap :: Storable a => Array IntSet a -> IntMap acomfort-array Data.Array.Comfort.Storable No documentation available.
toMap :: (Ord k, Storable a) => Array (Set k) a -> Map k acomfort-array Data.Array.Comfort.Storable No documentation available.
fmap' :: (Measured v1 a1, Measured v2 a2) => (a1 -> a2) -> FingerTree v1 a1 -> FingerTree v2 a2fingertree Data.FingerTree Like fmap, but with constraints on the element types.
-
fingertree Data.FingerTree Map all elements of the tree with a function that also takes the measure of the prefix to the left and of the suffix to the right of the element.
-
fingertree Data.FingerTree Map all elements of the tree with a function that also takes the measure of the prefix of the tree to the left of the element.