Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. selectFirst :: forall (m :: Type -> Type) record . (PersistQueryRead backend, MonadIO m, PersistRecordBackend record backend) => [Filter record] -> [SelectOpt record] -> ReaderT backend m (Maybe (Entity record))

    classy-prelude-yesod ClassyPrelude.Yesod

    Get just the first record for the criterion.

  2. splitFirst :: IsSequence seq => NonNull seq -> (Element seq, seq)

    classy-prelude-yesod ClassyPrelude.Yesod

    Same as nuncons with no guarantee that the rest of the sequence is non-null.

  3. type HasFirst = GenericFirst

    generic-enumeration Data.Enumeration.Generic

    No documentation available.

  4. lookupFirstUsed :: VirtualReg -> BlockAssignment freeRegs -> Maybe RealReg

    ghc-lib GHC.CmmToAsm.Reg.Linear.Base

    Lookup which register a virtual register was first assigned to.

  5. getNFirstUncovered :: GenerateInhabitingPatternsMode -> [Id] -> Int -> Nablas -> DsM [Nabla]

    ghc-lib GHC.HsToCore.Pmc

    No documentation available.

  6. GutterRendererAlignmentModeFirst :: GutterRendererAlignmentMode

    gi-gtksource5 GI.GtkSource.Enums

    The first line.

  7. 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.

  8. 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].

  9. cookieJarSetCookieWithFirstParty :: (HasCallStack, MonadIO m, IsCookieJar a) => a -> Uri -> Uri -> Text -> m ()

    gi-soup3 GI.Soup.Objects.CookieJar

    Adds cookie to jar, exactly as though it had appeared in a Set-Cookie header returned from a request to uri. firstParty will be used to reject cookies coming from third party resources in case such a security policy is set in the jar.

  10. constructMessageFirstParty :: (IsMessage o, MonadIO m) => Uri -> m (GValueConstruct o)

    gi-soup3 GI.Soup.Objects.Message

    Construct a GValueConstruct with valid value for the “first-party” property. This is rarely needed directly, but it is used by new.

Page 106 of many | Previous | Next