Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupCategory :: String -> Maybe Categorycharset Data.CharSet.Unicode.Category No documentation available.
lookupCategoryCharSet :: String -> Maybe CharSetcharset Data.CharSet.Unicode.Category No documentation available.
lookupQuotes :: Locale -> ((Text, Text), (Text, Text))citeproc Citeproc.Locale No documentation available.
lookupAbbreviation :: CiteprocOutput a => Variable -> Val a -> Abbreviations -> Maybe (Val a)citeproc Citeproc.Types Returns an abbreviation if the variable and its value match something in the abbreviations map.
lookupReference :: ItemId -> ReferenceMap a -> Maybe (Reference a)citeproc Citeproc.Types No documentation available.
lookupVariable :: CiteprocOutput a => Variable -> Reference a -> Maybe (Val a)citeproc Citeproc.Types No documentation available.
-
data-effects Data.Effect.KVStore No documentation available.
-
data-effects Data.Effect.KVStore No documentation available.
-
data-effects Data.Effect.KVStore No documentation available.
lookupA :: Resolver -> Domain -> IO (Either DNSError [IPv4])dns Network.DNS.Lookup Look up all 'A' records for the given hostname. A straightforward example:
>>> rs <- makeResolvSeed defaultResolvConf >>> withResolver rs $ \resolver -> lookupA resolver "192.0.2.1.nip.io" Right [192.0.2.1]
This function will also follow a CNAME and resolve its target if one exists for the queried hostname:>>> rs2 <- makeResolvSeed defaultResolvConf >>> withResolver rs2 $ \resolver -> lookupA resolver "www.kame.net" Right [210.155.141.200]