Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. listSlicesAlongX :: (Unbox a, Bin bX, Bin bY) => Histogram (Bin2D bX bY) a -> [(BinValue bY, Histogram bX a)]

    histogram-fill Data.Histogram

    No documentation available.

  2. listSlicesAlongY :: (Unbox a, Bin bX, Bin bY) => Histogram (Bin2D bX bY) a -> [(BinValue bX, Histogram bY a)]

    histogram-fill Data.Histogram

    No documentation available.

  3. listSlicesAlongX :: forall (v :: Type -> Type) a bX bY . (Vector v a, Bin bX, Bin bY) => Histogram v (Bin2D bX bY) a -> [(BinValue bY, Histogram v bX a)]

    histogram-fill Data.Histogram.Generic

    Slice 2D histogram along Y axis. This function is fast because it does not require reallocations.

  4. listSlicesAlongY :: forall (v :: Type -> Type) a bX bY . (Vector v a, Bin bX, Bin bY) => Histogram v (Bin2D bX bY) a -> [(BinValue bX, Histogram v bY a)]

    histogram-fill Data.Histogram.Generic

    Slice 2D histogram along X axis.

  5. listToMaybe :: [a] <-> Maybe a

    invertible Data.Invertible.Maybe

    Convert between (the head of) a (singleton) list and Maybe (see listToMaybe). (invert maybeToList)

  6. listTrue :: forall k (m :: Type -> Type) a . (Mapping k m, FoldableWithIndex k m, Ord k, Ord a) => Set a -> Decision k m a Bool -> [Map a k]

    mappings Data.Mapping.Decision

    All true values (may be a very long list even for reasonable Decisions)

  7. listConversations :: ConversationStore m => m [Conversation]

    ollama-haskell Data.Ollama.Conversation

    Lists all conversations in the store.

  8. listM :: MonadIO m => Maybe OllamaConfig -> m (Either OllamaError Models)

    ollama-haskell Data.Ollama.List

    MonadIO version of list for use in monadic contexts. Lifts the list function into a MonadIO context, allowing it to be used in monadic computations. Example:

    >>> import Control.Monad.IO.Class
    
    >>> runReaderT (listM Nothing) someContext
    Right (Models [ModelInfo ...])
    

  9. listToJSON :: [PersistValue] -> Text

    persistent-mtl Database.Persist.Sql.Shim

    Convert list of PersistValues into textual representation of JSON object. This is a type-constrained synonym for toJsonText.

  10. listToJSON :: [PersistValue] -> Text

    persistent-redis Database.Persist.Redis

    Convert list of PersistValues into textual representation of JSON object. This is a type-constrained synonym for toJsonText.

Page 29 of many | Previous | Next