Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. format :: ChatOps -> !Maybe Format

    ollama-haskell Ollama

    Optional format for the chat response (e.g., JSON or JSON schema).

  2. format :: ModelDetails -> !Text

    ollama-haskell Ollama

    The format used for the model (e.g., "gguf").

  3. forUpdate :: Select a -> Select a

    opaleye Opaleye.Internal.Locking

    Adds a FOR UPDATE clause to the Select. Postgres has strong restrictions regarding the SELECT clauses to which a FOR UPDATE can be added. Opaleye makes no attempt to enforce those restrictions through its type system so it's very easy to create queries that fail at run time using this operation.

  4. forUpdate :: PrimQueryFoldP a p p' -> p -> p'

    opaleye Opaleye.Internal.PrimQuery

    No documentation available.

  5. formatAndShowSQL :: ([PrimExpr], PrimQuery' a, Tag) -> Maybe String

    opaleye Opaleye.Internal.Print

    No documentation available.

  6. forUpdate :: Select -> Select

    opaleye Opaleye.Internal.Sql

    No documentation available.

  7. formattedByEnum :: (Bounded a, Enum a) => (a -> Text) -> ValueFormat a

    optima Optima

    Derive value format specification from the Enum instance and explicit mapping of values to their representations.

  8. formattedByEnumUsingShow :: (Bounded a, Enum a, Show a) => ValueFormat a

    optima Optima

    Derive value format specification from the Enum and Show instances.

  9. forwardEllip :: Paginated a -> Natural -> Bool

    pagination Data.Pagination

    Forward ellipsis appears when page range (pages around current page to jump to) has gap between its end and the last page.

  10. forceUpdateHackageIndex :: (HasPantryConfig env, HasLogFunc env) => Maybe Utf8Builder -> RIO env DidUpdateOccur

    pantry Pantry.Internal.Stackage

    Same as updateHackageIndex, but force the database update even if hackage security tells that there is no change. This can be useful in order to make sure the database is in sync with the locally downloaded tarball

Page 178 of many | Previous | Next