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.
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.
exchFromListLower :: (RealFrac a, Container Vector a) => Int -> [a] -> Matrix aelynx-markov ELynx.MarkovProcess.RateMatrix Build exchangeability matrix from list denoting lower triangular matrix, and excluding diagonal. This is how the exchangeabilities are specified in PAML.
exchFromListUpper :: (RealFrac a, Container Vector a) => Int -> [a] -> Matrix aelynx-markov ELynx.MarkovProcess.RateMatrix Build exchangeability matrix from list denoting upper triangular matrix, and excluding diagonal.