Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. module Data.Delta.List

    Delta types for lists.

  2. type family List n :: Type -> Type

    fixed-length Data.FixedLength

    No documentation available.

  3. List :: [SExpr] -> SExpr

    grisette Grisette.Internal.Core.Data.SExpr

    No documentation available.

  4. module Grisette.Lib.Data.List

    No documentation available.

  5. List :: EDNList -> Value

    hedn Data.EDN

    (a list)
    

  6. List :: EDNList -> Value

    hedn Data.EDN.AST.Types.Value

    (a list)
    

  7. module Data.Invertible.List

    Bidirectional version of Data.List and other operations over lists.

  8. module Data.Multimap.List

    This module provides list-specific multimap functionality.

  9. List :: forall (stage :: Stage) . [Value stage] -> Value stage

    morpheus-graphql-server Data.Morpheus.Server.Types

    No documentation available.

  10. module Data.Ollama.List

    This module provides functions to retrieve a list of models available on the Ollama server. It includes both an IO-based function (list) and a monadic version (listM) for use in MonadIO contexts. The list operation is performed via a GET request to the "api/tags" endpoint, returning a Models type containing a list of ModelInfo records with details about each model. Example:

    >>> list Nothing
    Right (Models [ModelInfo ...])
    

Page 4 of many | Previous | Next