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.
lookupMetaInlines :: Text -> Meta -> [Inline]pandoc Text.Pandoc.Writers.Shared Retrieve the metadata value for a given key and extract inlines.
lookupMetaString :: Text -> Meta -> Textpandoc Text.Pandoc.Writers.Shared Retrieve the metadata value for a given key and convert to String.
lookupEntity :: Text -> Maybe Textpandoc Text.Pandoc.XML Lookup an entity, using lookupNumericEntity if it starts with # and lookupNamedEntity otherwise
lookupSyntax :: Text -> SyntaxMap -> Maybe Syntaxskylighting-core Skylighting.Core Lookup syntax by (in order) full name (case insensitive), short name (case insensitive), extension.
lookupColor :: Display -> Colormap -> String -> IO (Color, Color)X11 Graphics.X11.Xlib.Color interface to the X11 library function XLookupColor().
lookupKeysym :: XKeyEventPtr -> CInt -> IO KeySymX11 Graphics.X11.Xlib.Misc interface to the X11 library function XLookupKeysym().
lookupString :: XKeyEventPtr -> IO (Maybe KeySym, String)X11 Graphics.X11.Xlib.Misc interface to the X11 library function XLookupString().
lookupEnv :: String -> IO (Maybe String)basement Basement.Environment Lookup variable in the environment
lookupGE :: Enum k => k -> EnumMap k a -> Maybe (k, a)enummapset Data.EnumMap.Lazy No documentation available.
lookupGT :: Enum k => k -> EnumMap k a -> Maybe (k, a)enummapset Data.EnumMap.Lazy No documentation available.