Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. lookupTag :: Tag -> TagTable -> [(FilePath, Int)]

    yi-core Yi.Tag

    Find the location of a tag using the tag table. Returns a full path and line number

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

    pandoc Text.Pandoc.Class

    Lookup an environment variable.

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

    pandoc Text.Pandoc.Class.IO

    Lookup an environment variable in the programs environment.

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

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

    pandoc Text.Pandoc.MediaBag

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

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

    pandoc Text.Pandoc.Translations.Types

    Lookup a term in a Translations.

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

    pandoc Text.Pandoc.Writers.Shared

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

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

    pandoc Text.Pandoc.Writers.Shared

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

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

    pandoc Text.Pandoc.Writers.Shared

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

  10. lookupMetaString :: Text -> Meta -> Text

    pandoc Text.Pandoc.Writers.Shared

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

Page 74 of many | Previous | Next