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

Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. evaluateCoeffVector :: C a v => [v] -> a -> v

    numeric-prelude MathObj.PowerSeries.Core

    No documentation available.

  2. fromVector :: (Enum i, Ord i) => [Int] -> T i

    numeric-prelude Number.Physical.Unit

    Convert a List to sparse Map representation Example: [-1,0,-2] -> [(0,-1),(2,-2)]

  3. toVector :: (Enum i, Ord i) => T i -> [Int]

    numeric-prelude Number.Physical.Unit

    Convert Map to a List

  4. fromVector :: forall (n :: Natural) a . Vector n (Maybe a) -> FinMap n a

    parameterized-utils Data.Parameterized.FinMap.Safe

    No documentation available.

  5. fromVector :: forall (n :: Natural) a . Vector n (Maybe a) -> FinMap n a

    parameterized-utils Data.Parameterized.FinMap.Unsafe

    No documentation available.

  6. type SVector = Vector

    basic-prelude CorePrelude

    No documentation available.

  7. type UVector = Vector

    basic-prelude CorePrelude

    No documentation available.

  8. package cereal-vector

    Serialize instances for Data.Vector types. Serialize instances for Data.Vector types.

  9. genericGetVector :: (Serialize a, Vector v a) => Get (v a)

    cereal-vector Data.Vector.Serialize

    Read a Vector.

  10. genericGetVectorWith :: Vector v a => Get a -> Get (v a)

    cereal-vector Data.Vector.Serialize

    Read a Vector using custom Get for the vector's elements.

Page 62 of many | Previous | Next

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