Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

  2. targetTableNewFromList :: (HasCallStack, MonadIO m) => TargetList -> m [TargetEntry]

    gi-gtk3 GI.Gtk.Functions

    This function creates an TargetEntry array that contains the same targets as the passed list. The returned table is newly allocated and should be freed using targetTableFree when no longer needed. Since: 2.10

  3. accessibleListNewFromList :: (HasCallStack, MonadIO m, IsAccessible a) => [a] -> m AccessibleList

    gi-gtk4 GI.Gtk.Structs.AccessibleList

    Allocates a new GtkAccessibleList, doing a shallow copy of the passed list of GtkAccessible instances. Since: 4.14

  4. mFromList :: (Eq k, Hashable k) => [(k, v)] -> HashMap k v

    liquid-fixpoint Language.Fixpoint.Misc

    No documentation available.

  5. safeFromList :: (?callStack :: CallStack, Eq k, Hashable k, Show k) => String -> [(k, v)] -> HashMap k v

    liquid-fixpoint Language.Fixpoint.Misc

    No documentation available.

  6. bindEnvFromList :: [(BindId, (Symbol, SortedReft, a))] -> BindEnv a

    liquid-fixpoint Language.Fixpoint.Types.Environments

    No documentation available.

  7. tceFromList :: (Eq a, Hashable a) => [(a, (Sort, TCArgs))] -> TCEmb a

    liquid-fixpoint Language.Fixpoint.Types.Sorts

    No documentation available.

  8. dfromList :: [(Var, HashMap Symbol (RISig t))] -> DEnv Var t

    liquidhaskell-boot Language.Haskell.Liquid.Types.Dictionaries

    Dictionary Environment ----------------------------------------------------

  9. type RowsfromList = NonEmpty RowsfromItem

    postgresql-syntax PostgresqlSyntax.Ast

    References

    rowsfrom_list:
    | rowsfrom_item
    | rowsfrom_list ',' rowsfrom_item
    

  10. rowsfromList :: HeadedParsec Void Text (NonEmpty RowsfromItem)

    postgresql-syntax PostgresqlSyntax.Parsing

    No documentation available.

Page 72 of many | Previous | Next