Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. gfiltermap :: DynGraph gr => (Context a b -> MContext c d) -> gr a b -> gr c d

    ghc GHC.Data.Graph.Inductive.Graph

    Build a graph out of the contexts for which the predicate is satisfied by recursively calling match.

  2. gmap :: DynGraph gr => (Context a b -> Context c d) -> gr a b -> gr c d

    ghc GHC.Data.Graph.Inductive.Graph

    Map a function over the graph by recursively calling match.

  3. nemap :: DynGraph gr => (a -> c) -> (b -> d) -> gr a b -> gr c d

    ghc GHC.Data.Graph.Inductive.Graph

    Map functions over both the Node and Edge labels in a graph.

  4. nmap :: DynGraph gr => (a -> c) -> gr a b -> gr c b

    ghc GHC.Data.Graph.Inductive.Graph

    Map a function over the Node labels in a graph.

  5. concatMap :: Foldable f => (a -> f b) -> Infinite a -> Infinite b

    ghc GHC.Data.List.Infinite

    No documentation available.

  6. foldMapSmallArray :: Monoid m => (a -> m) -> SmallArray a -> m

    ghc GHC.Data.SmallArray

    Fold the values of a SmallArray into a 'Monoid m' of choice

  7. module GHC.Data.TrieMap

    No documentation available.

  8. data GenMap (m :: Type -> Type) a

    ghc GHC.Data.TrieMap

    No documentation available.

  9. data ListMap (m :: Type -> Type) a

    ghc GHC.Data.TrieMap

    No documentation available.

  10. type LiteralMap a = Map Literal a

    ghc GHC.Data.TrieMap

    No documentation available.

Page 449 of many | Previous | Next