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. lookupSyntax :: Text -> SyntaxMap -> Maybe Syntax

    skylighting-core Skylighting.Core

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

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

    X11 Graphics.X11.Xlib.Color

    interface to the X11 library function XLookupColor().

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

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XLookupKeysym().

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

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XLookupString().

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

    basement Basement.Environment

    Lookup variable in the environment

  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