Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. module Data.BTree.Pure.Setup

    This module contains structures relating the the setup of a pure B+-tree.

  2. module Data.Set_LHAssumptions

    No documentation available.

  3. data Settings

    mathexpr Numeric.MathExpr

    Operators are in the form (character, precedence, function) Example: (+, 0, (+)), ('', 1, ()) (higher the precedence, the sooner the operator operates) Functions are in the form (name, function) Example: ("ln", log)

  4. Settings :: [(Char, Int, Double -> Double -> Double)] -> [(String, Double -> Double)] -> Settings

    mathexpr Numeric.MathExpr

    No documentation available.

  5. Set1 :: ColorCat

    palette Data.Colour.Palette.BrewerSet

    3 - 9, qualitative

  6. Set2 :: ColorCat

    palette Data.Colour.Palette.BrewerSet

    3 - 8, qualitative

  7. Set3 :: ColorCat

    palette Data.Colour.Palette.BrewerSet

    3 - 12, qualitative

  8. module Data.ProtoLens.Setup

    Helper functions to generate proto files as part of a Setup.hs script. These functions assume that the proto-lens-protoc executable is on the PATH, and throw an exception otherwise. That executable will be installed automatically as part of installing this package; in particular, it should be enough to just list `proto-lens-protoc` in a user package's `build-dependencies`. See README.md for instructions on how to use proto-lens with Cabal.

  9. SetBit :: Resp -> Command Int64

    redis-resp Data.Redis.Command

    No documentation available.

  10. SetRange :: Resp -> Command Int64

    redis-resp Data.Redis.Command

    No documentation available.

Page 122 of many | Previous | Next