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.
toVector :: (Enum i, Ord i) => T i -> [Int]numeric-prelude Number.Physical.Unit Convert Map to a List
fromVector :: forall (n :: Natural) a . Vector n (Maybe a) -> FinMap n aparameterized-utils Data.Parameterized.FinMap.Safe No documentation available.
fromVector :: forall (n :: Natural) a . Vector n (Maybe a) -> FinMap n aparameterized-utils Data.Parameterized.FinMap.Unsafe No documentation available.
-
basic-prelude CorePrelude No documentation available.
-
basic-prelude CorePrelude No documentation available.
-
Serialize instances for Data.Vector types. Serialize instances for Data.Vector types.
genericGetVector :: (Serialize a, Vector v a) => Get (v a)cereal-vector Data.Vector.Serialize Read a Vector.
genericGetVectorWith :: Vector v a => Get a -> Get (v a)cereal-vector Data.Vector.Serialize genericPutVector :: (Serialize a, Vector v a) => Putter (v a)cereal-vector Data.Vector.Serialize Write a Vector.
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.