Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unsafeFromList :: [a] -> NonEmptyVector anonempty-vector Data.Vector.NonEmpty O(n) Convert from a list to a non-empty vector. Warning: the onus is on the user to ensure that their vector is not empty, otherwise all bets are off!
>>> unsafeFromList [1..3] [1,2,3]
promotedTupleFromList :: Quote m => [m Type] -> m Typetypelevel-tools-yj Data.TypeLevel.List.TH No documentation available.
tupleFromList :: Quote m => [m Type] -> m Typetypelevel-tools-yj Data.TypeLevel.List.TH No documentation available.
toHtmlFromList :: HTML a => [a] -> Htmlxhtml Text.XHtml.Frameset No documentation available.
toHtmlFromList :: HTML a => [a] -> Htmlxhtml Text.XHtml.Strict No documentation available.
toHtmlFromList :: HTML a => [a] -> Htmlxhtml Text.XHtml.Transitional No documentation available.
optStanzaSetFromList :: [OptionalStanza] -> OptionalStanzaSetcabal-install-solver Distribution.Solver.Types.OptionalStanza No documentation available.
pkgConfigDbFromList :: [(String, String)] -> PkgConfigDbcabal-install-solver Distribution.Solver.Types.PkgConfigDb Create a PkgConfigDb from a list of (packageName, version) pairs.
dfromList :: forall a (dom :: Domain) . NFDataX a => [a] -> DSignal dom 0 aclash-prelude Clash.Explicit.Signal.Delayed Create a DSignal from a list Every element in the list will correspond to a value of the signal for one clock cycle.
>>> sampleN 2 (toSignal (dfromList [1,2,3,4,5])) [1,2]
NB: This function is not synthesizabledfromList_lazy :: forall a (dom :: Domain) . [a] -> DSignal dom 0 aclash-prelude Clash.Explicit.Signal.Delayed Create a DSignal from a list Every element in the list will correspond to a value of the signal for one clock cycle.
>>> sampleN 2 (toSignal (dfromList [1,2,3,4,5])) [1,2]
NB: This function is not synthesizable