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

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    numeric-prelude Number.Physical.Unit

    Convert Map to a List

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

    parameterized-utils Data.Parameterized.FinMap.Safe

    No documentation available.

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

    parameterized-utils Data.Parameterized.FinMap.Unsafe

    No documentation available.

  4. type SVector = Vector

    basic-prelude CorePrelude

    No documentation available.

  5. type UVector = Vector

    basic-prelude CorePrelude

    No documentation available.

  6. package cereal-vector

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

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

    cereal-vector Data.Vector.Serialize

    Read a Vector.

  8. 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.

  9. genericPutVector :: (Serialize a, Vector v a) => Putter (v a)

    cereal-vector Data.Vector.Serialize

    Write a Vector.

  10. genericPutVectorWith :: Vector v a => Putter a -> Putter (v a)

    cereal-vector Data.Vector.Serialize

    Write a Vector using custom Putter 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