Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. fetchHeader :: IMAPConnection -> UID -> IO ByteString

    HaskellNet Network.HaskellNet.IMAP

    No documentation available.

  2. fetchHeaderFields :: IMAPConnection -> UID -> [String] -> IO ByteString

    HaskellNet Network.HaskellNet.IMAP

    No documentation available.

  3. fetchHeaderFieldsNot :: IMAPConnection -> UID -> [String] -> IO ByteString

    HaskellNet Network.HaskellNet.IMAP

    No documentation available.

  4. runOnceAheadHuman :: MonadClientUI m => ActorId -> m (Either MError RequestTimed)

    LambdaHack Game.LambdaHack.Client.UI.HandleHumanGlobalM

    No documentation available.

  5. RunOnceAhead :: HumanCmd

    LambdaHack Game.LambdaHack.Client.UI.HumanCmd

    No documentation available.

  6. overheadActorTime :: MonadServerAtomic m => FactionId -> LevelId -> m ()

    LambdaHack Game.LambdaHack.Server.PeriodicM

    Add communication overhead time delta to all non-projectile, non-dying faction's actors, except the leader. Effectively, this limits moves of a faction on a level to 10, regardless of the number of actors and their speeds. To avoid animals suddenly acting extremely sluggish whenever monster's leader visits a distant arena that has a crowd of animals, overhead applies only to actors on the same level. Since the number of active levels is limited, this bounds the total moves per turn of each faction as well. Leader is immune from overhead and so he is faster than other faction members and of equal speed to leaders of other factions (of equal base speed) regardless how numerous the faction is. Thanks to this, there is no problem with leader of a numerous faction having very long UI turns, introducing UI lag.

  7. request_headers :: Request -> Maybe (HashMap Text Text)

    bugsnag-hs Network.Bugsnag

    The headers sent with the request.

  8. redactRequestHeaders :: [HeaderName] -> BeforeNotify

    bugsnag-wai Network.Bugsnag.Wai

    Redact the given request headers Headers like Authorization may contain information you don't want to report to Bugsnag.

    redactRequestHeaders ["Authorization", "Cookie"]
    

  9. ppPartDescHeader :: PartDesc -> Doc

    butcher UI.Butcher.Monadic.Pretty

    Internal helper; users probably won't need this.

  10. csvWithHeader :: FromNamedRecord a => DecodeOptions -> Parser (Header, Vector a)

    cassava-megaparsec Data.Csv.Parser.Megaparsec.Internals

    Parse a CSV file that includes a header.

Page 243 of many | Previous | Next