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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. parseTaggedValueFromWire :: Word64 -> Parser TaggedValue

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  2. type FieldSet = [TaggedValue]

    proto-lens Data.ProtoLens.Message

    No documentation available.

  3. newtype IntSetOf a

    semirings Data.Semiring

    Wrapper to mimic Set (Sum Int), Set (Product Int), etc., while having a more efficient underlying representation.

  4. IntSetOf :: IntSet -> IntSetOf a

    semirings Data.Semiring

    No documentation available.

  5. getIntSet :: IntSetOf a -> IntSet

    semirings Data.Semiring

    No documentation available.

  6. offsetShapeFromThenTo :: [Int] -> [Int] -> [Int] -> [Int] -> [Int]

    carray Data.Array.CArray.Base

    No documentation available.

  7. offsetShapeFromTo :: [Int] -> [Int] -> [Int] -> [Int]

    carray Data.Array.CArray.Base

    No documentation available.

  8. offsetShapeFromTo' :: ([[Int]] -> [[Int]]) -> [Int] -> [Int] -> [Int] -> [Int]

    carray Data.Array.CArray.Base

    No documentation available.

  9. offsets :: (Ix a, Shapable a) => (a, a) -> a -> [Int]

    carray Data.Array.CArray.Base

    No documentation available.

  10. controllerSetRedraw :: Controller -> IO ()

    gloss Graphics.Gloss.Data.Controller

    Indicate that we want the picture to be redrawn.

Page 112 of many | Previous | Next

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