Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupRawCtl :: Resolver -> Domain -> TYPE -> QueryControls -> IO (Either DNSError DNSMessage)dns Network.DNS.LookupRaw Similar to lookupRaw, but the default values of the RD, AD, CD and DO flag bits, as well as various EDNS features, can be adjusted via the QueryControls parameter.
-
dns Network.DNS.LookupRaw Similar to lookupRawCtl, but the recv action can be replaced with something other than receive. For example, in an environment where frequent retrieval of the current time is a performance issue, you can pass the time from outside instead of having receive retrieve the current time.
lookupStack :: MonadIO m => Int -> m (Maybe [(String, SrcLoc)])ghcjs-dom GHCJS.DOM.Debug.Internal No documentation available.
lookupJust :: (Eq a, Partial) => a -> [(a, b)] -> bhledger Hledger.Cli.Script lookupJust key = fromJust . lookup key
lookupJustDef :: Eq a => b -> a -> [(a, b)] -> bhledger Hledger.Cli.Script No documentation available.
lookupJustNote :: (Partial, Eq a) => String -> a -> [(a, b)] -> bhledger Hledger.Cli.Script No documentation available.
lookupHeader :: Headers -> ByteString -> Maybe ByteStringhttp-common Network.Http.Types No documentation available.
lookupAs :: FieldName -> Data -> FieldName -> FieldName -> BuildTransformSpecshvega Graphics.Vega.VegaLite Deprecated: Please change 'lookupAs ... alias' to 'lookup ... (LuAs alias)'
lookupSelection :: FieldName -> SelectionLabel -> FieldName -> BuildTransformSpecshvega Graphics.Vega.VegaLite Attach the results of an interactive selection to a primary data source. This is similar to lookup except that the data in a selection are used in place of the secondary data source. See the Vega Lite lookup selection documentation.
sel = selection . select "mySel" Single [ On "mouseover", Encodings [ ChX ] ] trans = transform . lookupSelection "country" "mySel" "country"
lookupArray :: Text -> Text -> Ini -> Either String [Text]ini Data.Ini Lookup one value in the config. Example:
>>> parseIni "[SERVER]\nport: 6667\nhostname: localhost" >>= lookupValue "SERVER" "hostname" Right "localhost"