Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. contramapWithRep :: Representable f => (b -> Either a (Rep f)) -> f a -> f b

    adjunctions Data.Functor.Contravariant.Rep

    contramapWithRep f p ≡ tabulate $ either (index p) id . f
    

  2. fmapRep :: Representable f => (a -> b) -> f a -> f b

    adjunctions Data.Functor.Rep

    No documentation available.

  3. ifoldMapRep :: (Representable r, Foldable r, Monoid m) => (Rep r -> a -> m) -> r a -> m

    adjunctions Data.Functor.Rep

    No documentation available.

  4. imapRep :: Representable r => (Rep r -> a -> a') -> r a -> r a'

    adjunctions Data.Functor.Rep

    No documentation available.

  5. intMapDefault :: elem -> Int -> T (IntMap elem) elem

    data-accessor Data.Accessor.Container

    No documentation available.

  6. intMapMaybe :: Int -> T (IntMap elem) (Maybe elem)

    data-accessor Data.Accessor.Container

    No documentation available.

  7. gconcatMap :: GFoldable t => (a -> [b]) -> t a -> [b]

    generic-deriving Generics.Deriving.Foldable

    No documentation available.

  8. gfoldMap :: (GFoldable t, Monoid m) => (a -> m) -> t a -> m

    generic-deriving Generics.Deriving.Foldable

    No documentation available.

  9. gfoldMap' :: (GFoldable' t, Monoid m) => (a -> m) -> t a -> m

    generic-deriving Generics.Deriving.Foldable

    No documentation available.

  10. gfoldMapdefault :: (Generic1 t, GFoldable' (Rep1 t), Monoid m) => (a -> m) -> t a -> m

    generic-deriving Generics.Deriving.Foldable

    No documentation available.

Page 482 of many | Previous | Next