Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. ft_Bitmap_Init' :: Ptr FT_Bitmap -> IO ()

    freetype2 FreeType.Support.Bitmap.Internal

    No documentation available.

  2. ft_GlyphSlot_Own_Bitmap' :: FT_GlyphSlot -> IO FT_Error

    freetype2 FreeType.Support.Bitmap.Internal

    No documentation available.

  3. ft_Outline_Get_Bitmap :: FT_Library -> Ptr FT_Outline -> Ptr FT_Bitmap -> IO ()

    freetype2 FreeType.Support.Outline

    No documentation available.

  4. ft_Outline_Get_Bitmap' :: FT_Library -> Ptr FT_Outline -> Ptr FT_Bitmap -> IO FT_Error

    freetype2 FreeType.Support.Outline.Internal

    No documentation available.

  5. gbifoldMap :: forall t m a b . (GBifoldMap m t, Monoid m) => (a -> m) -> (b -> m) -> t a b -> m

    generic-functor Generic.Functor

    Generic implementation of bifoldMap from Bifoldable.

  6. gbimap :: GBimap f => (a -> b) -> (c -> d) -> f a c -> f b d

    generic-functor Generic.Functor

    Generic implementation of bimap from Bifunctor. See also GenericBifunctor.

  7. gfmap :: GFunctor f => (a -> b) -> f a -> f b

    generic-functor Generic.Functor

    Generic implementation of fmap. See also GenericFunctor for DerivingVia, using gfmap under the hood.

    Example

    {-# LANGUAGE DeriveGeneric #-}
    
    import GHC.Generics (Generic)
    import Generic.Functor (gfmap)
    
    data Twice a = Twice (Either a a)
    deriving Generic
    
    instance Functor Twice where
    fmap = gfmap
    
    Unlike gsolomap, gfmap is safe to use in all contexts.

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

    generic-functor Generic.Functor

    Generic implementation of foldMap from Foldable.

  9. class GFoldMap1 m Default Incoherent Fold m a b Rep t a Rep t b => GFoldMapRep a b m (t :: Type -> Type)

    generic-functor Generic.Functor.Internal

    No documentation available.

  10. class GMultimapK Identity arr f g => GMap1 arr (f :: Type -> Type) (g :: Type -> Type)

    generic-functor Generic.Functor.Internal

    No documentation available.

Page 1159 of many | Previous | Next