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.
fromList :: Storable a => ChunkSize -> [a] -> T asynthesizer-core Synthesizer.Storable.Signal No documentation available.
fromList :: Ord k => [(k, v)] -> OMap k vtree-diff Data.TreeDiff.OMap >>> fromList [('g', "gamma"), ('b', "beta"), ('a', "alpha")] fromList [('g',"gamma"),('b',"beta"),('a',"alpha")]
fromList :: Ord v => [(v, v, a)] -> IntervalMap v atrifecta Text.Trifecta.Util.IntervalMap No documentation available.
fromList :: [Prime Int] -> PrimeIntSetarithmoi Math.NumberTheory.Primes.IntSet Build a set from a list of primes.
fromList :: (Eq a, GcdDomain a) => [a] -> SmoothBasis aarithmoi Math.NumberTheory.SmoothNumbers Build a SmoothBasis from a list of numbers, sanitizing it from duplicates, zeros and units.
>>> fromList [2, 3] SmoothBasis {unSmoothBasis = [2,3]} >>> fromList [2, 2] SmoothBasis {unSmoothBasis = [2]} >>> fromList [1, 3] SmoothBasis {unSmoothBasis = [3]}
fromList :: IsList l => [Item l] -> lbase-prelude BasePrelude The fromList function constructs the structure l from the given list of Item l
-
charset Data.CharSet No documentation available.
fromList :: [Word8] -> ByteSetcharset Data.CharSet.ByteSet 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 :: forall (n :: PeanoNum) a . ArityPeano n => [a] -> ContVec n afixed-vector Data.Vector.Fixed.Cont Convert list to continuation-based vector. Will throw error if list is shorter than resulting vector.