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.
fromDistinctAscList :: String -> CharSetcharset Data.CharSet No documentation available.
-
charset Data.CharSet No documentation available.
toAscList :: CharSet -> Stringcharset Data.CharSet No documentation available.
-
charset Data.CharSet No documentation available.
fromList :: [Word8] -> ByteSetcharset Data.CharSet.ByteSet No documentation available.
-
fixed-vector Data.Vector.Fixed Type-based vector with statically known length parametrized by GHC's type naturals
VecList :: VecPeano (Peano n) a -> VecList (n :: Nat) afixed-vector Data.Vector.Fixed No documentation available.
fromList :: Vector v a => [a] -> v afixed-vector Data.Vector.Fixed Create vector form list. Will throw error if list is shorter than resulting vector.
fromList' :: Vector v a => [a] -> v afixed-vector Data.Vector.Fixed Create vector form list. Will throw error if list has different length from resulting vector.
fromListM :: Vector v a => [a] -> Maybe (v a)fixed-vector Data.Vector.Fixed Create vector form list. Will return Nothing if list has different length from resulting vector.