Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. elimFirst :: forall a (p :: First a ~> Type) (s :: First a) . Sing s -> (forall (f0 :: Maybe a) . () => Sing f0 -> Apply p ('First f0)) -> Apply p s

    eliminators Data.Eliminator.Monoid

    No documentation available.

  2. elimFirst :: forall a (p :: First a ~> Type) (s :: First a) . Sing s -> (forall (f0 :: a) . () => Sing f0 -> Apply p ('First f0)) -> Apply p s

    eliminators Data.Eliminator.Semigroup

    No documentation available.

  3. ft_Get_First_Char' :: FT_Face -> Ptr FT_UInt -> IO FT_ULong

    freetype2 FreeType.Core.Base.Internal

    No documentation available.

  4. osUsFirstCharIndex :: TT_OS2 -> FT_UShort

    freetype2 FreeType.Format.TrueType

    No documentation available.

  5. wfnthrFirst_char :: FT_WinFNT_HeaderRec -> FT_Byte

    freetype2 FreeType.Format.WinFNT

    No documentation available.

  6. gfirst :: GFirst f => (a -> b) -> f a c -> f b c

    generic-functor Generic.Functor

    Generic implementation of first from Bifunctor. See also GenericBifunctor.

  7. gfirst :: GFirst f => (a -> b) -> f a c -> f b c

    generic-functor Generic.Functor.Internal

    Generic implementation of first from Bifunctor. See also GenericBifunctor.

  8. GutterRendererAlignmentModeFirst :: GutterRendererAlignmentMode

    gi-gtksource5 GI.GtkSource.Enums

    The first line.

  9. gutterLinesGetFirst :: (HasCallStack, MonadIO m, IsGutterLines a) => a -> m Word32

    gi-gtksource5 GI.GtkSource.Objects.GutterLines

    Gets the line number (starting from 0) for the first line that is user visible.

  10. cookieJarAddCookieWithFirstParty :: (HasCallStack, MonadIO m, IsCookieJar a) => a -> Uri -> Cookie -> m ()

    gi-soup3 GI.Soup.Objects.CookieJar

    Adds cookie to jar. Emits the signalcookieJar[changed] signal if we are modifying an existing cookie or adding a valid new cookie ('valid' means that the cookie's expire date is not in the past). firstParty will be used to reject cookies coming from third party resources in case such a security policy is set in the jar. cookie will be 'stolen' by the jar, so don't free it afterwards. For secure cookies to work properly you may want to use [methodcookieJar.add_cookie_full].

Page 94 of many | Previous | Next