Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unsafeFromListN :: (Contiguous arr, Element arr a) => Int -> [a] -> arr acontiguous Data.Primitive.Contiguous Create an array from a list. If the given length does not match the actual length, this function has undefined behavior.
-
contiguous Data.Primitive.Contiguous Create a mutable array from a list, reversing the order of the elements. If the given length does not match the actual length, this function has undefined behavior.
unsafeFromListReverseN :: (Contiguous arr, Element arr a) => Int -> [a] -> arr acontiguous Data.Primitive.Contiguous Create an array from a list, reversing the order of the elements. If the given length does not match the actual length, this function has undefined behavior.
fromList :: [(Expr, a)] -> Triexpr aexpress Data.Express.Triexpr Constructs a Triexpr form a list of key Exprs and associated values.
toList :: Triexpr a -> [(Expr, a)]express Data.Express.Triexpr List all Expr stored in a Triexpr along with their associated values.
-
express Data.Express.Utils.Typeable Return the number of outer list nestings in a TypeRep
> countListTy $ typeOf (undefined :: Int) 0
> countListTy $ typeOf (undefined :: [Bool]) 1
> countListTy $ typeOf (undefined :: [[()]]) 2
> countListTy $ typeOf (undefined :: String) 1
> countListTy $ typeOf (undefined :: ([Int],[Bool])) 0
typesInList :: [TypeRep] -> [TypeRep]express Data.Express.Utils.Typeable Returns types and subtypes from the given list of TypeReps.
> typesInList [typeOf (undefined :: () -> Int), typeOf (undefined :: String -> String -> Bool)] [(),Bool,Char,Int,[Char],() -> Int,[Char] -> Bool,[Char] -> [Char] -> Bool]
> typesInList [typeOf (undefined :: (Char,Int))] [Char,Int,(Char,Int)]
-
hxt-charproperties Data.Set.CharSet No documentation available.
toKeyedList :: FoldableWithKey t => t a -> [(Key t, a)]keys Data.Key No documentation available.
fromList :: Context a => (Int, Int) -> [a] -> Matrix amatrices Data.Matrix No documentation available.