Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
unboxing-vector Data.Vector.Unboxing A newtype wrapper to be used with DerivingVia. The value will be stored as Int, via fromEnum/toEnum. Usage:
data Direction = North | South | East | West deriving Enum deriving Data.Vector.Unboxing.Unboxable via Data.Vector.Unboxing.Enum Bar
-
unboxing-vector Data.Vector.Unboxing No documentation available.
-
unboxing-vector Data.Vector.Unboxing A newtype wrapper to be used with DerivingVia. Usage:
data Direction = North | South | East | West deriving Enum deriving Data.Vector.Unboxing.Unboxable via Data.Vector.Unboxing.EnumRep Int8 Bar
-
unboxing-vector Data.Vector.Unboxing No documentation available.
enumFromN :: (Num a, Unboxable a) => a -> Int -> Vector aunboxing-vector Data.Vector.Unboxing No documentation available.
enumFromStepN :: (Num a, Unboxable a) => a -> a -> Int -> Vector aunboxing-vector Data.Vector.Unboxing No documentation available.
enumFromThenTo :: (Enum a, Unboxable a) => a -> a -> a -> Vector aunboxing-vector Data.Vector.Unboxing No documentation available.
enumFromTo :: (Enum a, Unboxable a) => a -> a -> Vector aunboxing-vector Data.Vector.Unboxing No documentation available.
-
unboxing-vector Data.Vector.Unboxing.Mutable A newtype wrapper to be used with DerivingVia. The value will be stored as Int, via fromEnum/toEnum. Usage:
data Direction = North | South | East | West deriving Enum deriving Data.Vector.Unboxing.Unboxable via Data.Vector.Unboxing.Enum Bar
-
unboxing-vector Data.Vector.Unboxing.Mutable No documentation available.