Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromList :: (Write0 sig, Storage (sig y)) => LazySize -> [y] -> sig ysynthesizer-core Synthesizer.Generic.Signal No documentation available.
-
synthesizer-core Synthesizer.State.Signal No documentation available.
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 :: [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.