Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
map :: (branch0 -> branch1) -> (leaf0 -> leaf1) -> T i branch0 leaf0 -> T i branch1 leaf1wraxml Data.Tree.BranchLeafLabel No documentation available.
map :: (a -> b) -> IntervalMap k a -> IntervalMap k bIntervalMap Data.IntervalMap.Generic.Lazy O(n). Map a function over all values in the map.
map :: (a -> b) -> IntervalMap k a -> IntervalMap k bIntervalMap Data.IntervalMap.Generic.Strict O(n). Map a function over all values in the map.
map :: (a -> b) -> IntervalMap k a -> IntervalMap k bIntervalMap Data.IntervalMap.Lazy O(n). Map a function over all values in the map.
map :: (a -> b) -> IntervalMap k a -> IntervalMap k bIntervalMap Data.IntervalMap.Strict O(n). Map a function over all values in the map.
map :: (Interval b e2, Ord b) => (a -> b) -> IntervalSet a -> IntervalSet bIntervalMap Data.IntervalSet O(n log n). Map a function over all values in the set. The size of the result may be smaller if f maps two or more distinct elements to the same value.
map :: (a -> b) -> BDictMap a -> BDictMap bbencoding Data.BEncode.BDict O(n). Map a function over all values in the dictionary.
map :: (Word8 -> Word8) -> ByteSet -> ByteSetbyteset Data.ByteSet O(n). Map a function over a byteset.
map :: Functor f => (a -> b) -> f a -> f bclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
clay Clay No documentation available.