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.
fetchHeader :: IMAPConnection -> UID -> IO ByteStringHaskellNet Network.HaskellNet.IMAP No documentation available.
fetchHeaderFields :: IMAPConnection -> UID -> [String] -> IO ByteStringHaskellNet Network.HaskellNet.IMAP No documentation available.
fetchHeaderFieldsNot :: IMAPConnection -> UID -> [String] -> IO ByteStringHaskellNet Network.HaskellNet.IMAP No documentation available.
runOnceAheadHuman :: MonadClientUI m => ActorId -> m (Either MError RequestTimed)LambdaHack Game.LambdaHack.Client.UI.HandleHumanGlobalM No documentation available.
-
LambdaHack Game.LambdaHack.Client.UI.HumanCmd No documentation available.
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.
request_headers :: Request -> Maybe (HashMap Text Text)bugsnag-hs Network.Bugsnag The headers sent with the request.
redactRequestHeaders :: [HeaderName] -> BeforeNotifybugsnag-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"]
ppPartDescHeader :: PartDesc -> Docbutcher UI.Butcher.Monadic.Pretty Internal helper; users probably won't need this.
csvWithHeader :: FromNamedRecord a => DecodeOptions -> Parser (Header, Vector a)cassava-megaparsec Data.Csv.Parser.Megaparsec.Internals Parse a CSV file that includes a header.