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.
-
Delta types for lists.
type family
List n :: Type -> Typefixed-length Data.FixedLength No documentation available.
-
grisette Grisette.Internal.Core.Data.SExpr No documentation available.
-
No documentation available.
-
hedn Data.EDN (a list)
-
hedn Data.EDN.AST.Types.Value (a list)
-
Bidirectional version of Data.List and other operations over lists.
-
This module provides list-specific multimap functionality.
List :: forall (stage :: Stage) . [Value stage] -> Value stagemorpheus-graphql-server Data.Morpheus.Server.Types No documentation available.
-
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 ...])