Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
format :: GenerateOps -> !Maybe Formatollama-haskell Data.Ollama.Generate Optional format specifier for the response (e.g., JSON).
format :: ModelDetails -> !Textollama-haskell Data.Ollama.Show The format used for the model (e.g., "gguf").
format :: GenerateOps -> !Maybe Formatollama-haskell Ollama Optional format specifier for the response (e.g., JSON).
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.