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.
format :: ChatOps -> !Maybe Formatollama-haskell Ollama Optional format for the chat response (e.g., JSON or JSON schema).
format :: ModelDetails -> !Textollama-haskell Ollama The format used for the model (e.g., "gguf").
forUpdate :: Select a -> Select aopaleye 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.
forUpdate :: PrimQueryFoldP a p p' -> p -> p'opaleye Opaleye.Internal.PrimQuery No documentation available.
formatAndShowSQL :: ([PrimExpr], PrimQuery' a, Tag) -> Maybe Stringopaleye Opaleye.Internal.Print No documentation available.
-
opaleye Opaleye.Internal.Sql No documentation available.
formattedByEnum :: (Bounded a, Enum a) => (a -> Text) -> ValueFormat aoptima Optima Derive value format specification from the Enum instance and explicit mapping of values to their representations.
formattedByEnumUsingShow :: (Bounded a, Enum a, Show a) => ValueFormat aoptima Optima Derive value format specification from the Enum and Show instances.
forwardEllip :: Paginated a -> Natural -> Boolpagination Data.Pagination Forward ellipsis appears when page range (pages around current page to jump to) has gap between its end and the last page.
-
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