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.

  1. unsafeFromList :: [a] -> NonEmptyVector a

    nonempty-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]
    

  2. promotedTupleFromList :: Quote m => [m Type] -> m Type

    typelevel-tools-yj Data.TypeLevel.List.TH

    No documentation available.

  3. tupleFromList :: Quote m => [m Type] -> m Type

    typelevel-tools-yj Data.TypeLevel.List.TH

    No documentation available.

  4. toHtmlFromList :: HTML a => [a] -> Html

    xhtml Text.XHtml.Frameset

    No documentation available.

  5. toHtmlFromList :: HTML a => [a] -> Html

    xhtml Text.XHtml.Strict

    No documentation available.

  6. toHtmlFromList :: HTML a => [a] -> Html

    xhtml Text.XHtml.Transitional

    No documentation available.

  7. optStanzaSetFromList :: [OptionalStanza] -> OptionalStanzaSet

    cabal-install-solver Distribution.Solver.Types.OptionalStanza

    No documentation available.

  8. pkgConfigDbFromList :: [(String, String)] -> PkgConfigDb

    cabal-install-solver Distribution.Solver.Types.PkgConfigDb

    Create a PkgConfigDb from a list of (packageName, version) pairs.

  9. exchFromListLower :: (RealFrac a, Container Vector a) => Int -> [a] -> Matrix a

    elynx-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.

  10. exchFromListUpper :: (RealFrac a, Container Vector a) => Int -> [a] -> Matrix a

    elynx-markov ELynx.MarkovProcess.RateMatrix

    Build exchangeability matrix from list denoting upper triangular matrix, and excluding diagonal.

Page 70 of many | Previous | Next