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.

  1. lookupEnv :: PandocMonad m => Text -> m (Maybe Text)

    pandoc Text.Pandoc.Class

    Lookup an environment variable.

  2. lookupEnv :: MonadIO m => Text -> m (Maybe Text)

    pandoc Text.Pandoc.Class.IO

    Lookup an environment variable in the programs environment.

  3. lookupHighlightingStyle :: PandocMonad m => String -> m Style

    pandoc 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.

  4. lookupMedia :: FilePath -> MediaBag -> Maybe MediaItem

    pandoc Text.Pandoc.MediaBag

    Lookup a media item in a MediaBag, returning mime type and contents.

  5. lookupTerm :: Term -> Translations -> Maybe Text

    pandoc Text.Pandoc.Translations.Types

    Lookup a term in a Translations.

  6. lookupMetaBlocks :: Text -> Meta -> [Block]

    pandoc Text.Pandoc.Writers.Shared

    Retrieve the metadata value for a given key and extract blocks.

  7. lookupMetaBool :: Text -> Meta -> Bool

    pandoc Text.Pandoc.Writers.Shared

    Retrieve the metadata value for a given key and convert to Bool.

  8. lookupMetaInlines :: Text -> Meta -> [Inline]

    pandoc Text.Pandoc.Writers.Shared

    Retrieve the metadata value for a given key and extract inlines.

  9. lookupMetaString :: Text -> Meta -> Text

    pandoc Text.Pandoc.Writers.Shared

    Retrieve the metadata value for a given key and convert to String.

  10. lookupEntity :: Text -> Maybe Text

    pandoc Text.Pandoc.XML

    Lookup an entity, using lookupNumericEntity if it starts with # and lookupNamedEntity otherwise

Page 74 of many | Previous | Next