Hoogle Search
Within LTS Haskell 24.27 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupEnv :: PandocMonad m => Text -> m (Maybe Text)pandoc Text.Pandoc.Class Lookup an environment variable.
lookupEnv :: MonadIO m => Text -> m (Maybe Text)pandoc Text.Pandoc.Class.IO Lookup an environment variable in the programs environment.
lookupHighlightingStyle :: PandocMonad m => String -> m Stylepandoc Text.Pandoc.Highlighting Lookup style from a name. If the name is a standard style, load it; if it ends in ".theme", attempt to load a KDE theme from the file path specified.
lookupMedia :: FilePath -> MediaBag -> Maybe MediaItempandoc Text.Pandoc.MediaBag Lookup a media item in a MediaBag, returning mime type and contents.
lookupTerm :: Term -> Translations -> Maybe Textpandoc Text.Pandoc.Translations.Types Lookup a term in a Translations.
lookupMetaBlocks :: Text -> Meta -> [Block]pandoc Text.Pandoc.Writers.Shared Retrieve the metadata value for a given key and extract blocks.
lookupMetaBool :: Text -> Meta -> Boolpandoc Text.Pandoc.Writers.Shared Retrieve the metadata value for a given key and convert to Bool.
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