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.

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

    pandoc Text.Pandoc.Writers.Shared

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

  2. lookupMetaString :: Text -> Meta -> Text

    pandoc Text.Pandoc.Writers.Shared

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

  3. lookupEntity :: Text -> Maybe Text

    pandoc Text.Pandoc.XML

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

  4. lookupSyntax :: Text -> SyntaxMap -> Maybe Syntax

    skylighting-core Skylighting.Core

    Lookup syntax by (in order) full name (case insensitive), short name (case insensitive), extension.

  5. lookupColor :: Display -> Colormap -> String -> IO (Color, Color)

    X11 Graphics.X11.Xlib.Color

    interface to the X11 library function XLookupColor().

  6. lookupKeysym :: XKeyEventPtr -> CInt -> IO KeySym

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XLookupKeysym().

  7. lookupString :: XKeyEventPtr -> IO (Maybe KeySym, String)

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XLookupString().

  8. lookupEnv :: String -> IO (Maybe String)

    basement Basement.Environment

    Lookup variable in the environment

  9. lookupGE :: Enum k => k -> EnumMap k a -> Maybe (k, a)

    enummapset Data.EnumMap.Lazy

    No documentation available.

  10. lookupGT :: Enum k => k -> EnumMap k a -> Maybe (k, a)

    enummapset Data.EnumMap.Lazy

    No documentation available.

Page 74 of many | Previous | Next