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. lookupEntity :: Text -> Maybe Text

    pandoc Text.Pandoc.XML

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

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

    skylighting-core Skylighting.Core

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

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

    X11 Graphics.X11.Xlib.Color

    interface to the X11 library function XLookupColor().

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

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XLookupKeysym().

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

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XLookupString().

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

  8. lookupLE :: Enum k => k -> EnumMap k a -> Maybe (k, a)

    enummapset Data.EnumMap.Lazy

    No documentation available.

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

Page 75 of many | Previous | Next