• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. flagsForMapfile :: String

    ShellCheck ShellCheck.Data

    No documentation available.

  2. xftDrawColormap :: XftDraw -> IO Colormap

    X11-xft Graphics.X11.Xft

    No documentation available.

  3. xftDrawCreateBitmap :: Display -> Pixmap -> IO XftDraw

    X11-xft Graphics.X11.Xft

    No documentation available.

  4. glbMap :: GlobalLeaderboard -> Map Rank (Integer, NonEmpty GlobalLeaderboardMember)

    advent-of-code-api Advent.Types

    No documentation available.

  5. data KeyMap v

    aeson-combinators Data.Aeson.Combinators.Decode

    A map from JSON key type Key to v.

  6. hashMapLazy :: Decoder a -> Decoder (HashMap Text a)

    aeson-combinators Data.Aeson.Combinators.Decode

    Decode JSON object to HashMap with Text key using provided Decoder.

  7. hashMapStrict :: Decoder a -> Decoder (HashMap Text a)

    aeson-combinators Data.Aeson.Combinators.Decode

    Decode JSON object to HashMap with Text key using provided Decoder.

  8. keyMap :: Decoder a -> Decoder (KeyMap a)

    aeson-combinators Data.Aeson.Combinators.Decode

    Decode JSON object to KeyMap with Key key using provided Decoder.

  9. toHashMapText :: KeyMap v -> HashMap Text v

    aeson-combinators Data.Aeson.Combinators.Decode

    Convert a KeyMap to a HashMap Text.

  10. data KeyMap v

    aeson-combinators Data.Aeson.Combinators.Encode

    A map from JSON key type Key to v.

Page 1119 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete