• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fromDepMap :: DependencyMap -> [Dependency]

    Cabal-syntax Distribution.Types.DependencyMap

    No documentation available.

  2. toDepMap :: [Dependency] -> DependencyMap

    Cabal-syntax Distribution.Types.DependencyMap

    No documentation available.

  3. fromMap :: Ord k => Map k a -> Array (Set k) a

    comfort-array Data.Array.Comfort.Boxed

    No documentation available.

  4. toMap :: Ord k => Array (Set k) a -> Map k a

    comfort-array Data.Array.Comfort.Boxed

    No documentation available.

  5. foldMap :: (C sh, Storable a, Ord a, Semigroup m) => (a -> m) -> Array sh a -> m

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  6. fromIntMap :: Storable a => IntMap a -> Array IntSet a

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  7. fromMap :: (Ord k, Storable a) => Map k a -> Array (Set k) a

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  8. toIntMap :: Storable a => Array IntSet a -> IntMap a

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  9. toMap :: (Ord k, Storable a) => Array (Set k) a -> Map k a

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  10. fmap' :: (Measured v1 a1, Measured v2 a2) => (a1 -> a2) -> FingerTree v1 a1 -> FingerTree v2 a2

    fingertree Data.FingerTree

    Like fmap, but with constraints on the element types.

Page 504 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete