Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. showModelOps :: Text -> Maybe Bool -> Maybe OllamaConfig -> IO (Either OllamaError ShowModelResponse)

    ollama-haskell Ollama

    Retrieves model information with configuration options. Sends a POST request to the /api/show endpoint to fetch detailed information about the specified model. Supports verbose output if verbose is 'Just True' (though verbose mode parsing is currently incomplete). Returns Right with a ShowModelResponse on success or Left with an OllamaError on failure.

  2. showModelOpsM :: MonadIO m => Text -> Maybe Bool -> Maybe OllamaConfig -> m (Either OllamaError ShowModelResponse)

    ollama-haskell Ollama

    MonadIO version of showModelOps for use in monadic contexts. Lifts the showModelOps function into a MonadIO context, allowing it to be used in monadic computations with full configuration options.

  3. showAggrOp :: SqlGenerator -> AggrOp -> [PrimExpr] -> (String, [SqlExpr])

    opaleye Opaleye.Internal.HaskellDB.Sql.Default

    No documentation available.

  4. showAggrOpFunction :: AggrOp -> String

    opaleye Opaleye.Internal.HaskellDB.Sql.Default

    No documentation available.

  5. showBinOp :: BinOp -> String

    opaleye Opaleye.Internal.HaskellDB.Sql.Default

    No documentation available.

  6. showWndwOp :: SqlGenerator -> WndwOp -> (String, [SqlExpr])

    opaleye Opaleye.Internal.HaskellDB.Sql.Default

    No documentation available.

  7. showSqlType :: IsSqlType sqlType => proxy sqlType -> String

    opaleye Opaleye.Internal.PGTypes

    No documentation available.

  8. showRangeType :: IsRangeType pgType => proxy pgType -> String

    opaleye Opaleye.Internal.PGTypesExternal

    No documentation available.

  9. showSqlType :: IsSqlType sqlType => proxy sqlType -> String

    opaleye Opaleye.Internal.PGTypesExternal

    No documentation available.

  10. showSql :: Default Unpackspec fields fields => Select fields -> Maybe String

    opaleye Opaleye.Sql

    Show the SQL query string generated from the Select. When Nothing is returned it means that the Select returns zero rows. Example type specialization:

    showSql :: Select (Field a, Field b) -> Maybe String
    
    Assuming the makeAdaptorAndInstanceInferrable splice has been run for the product type Foo:
    showSql :: Select (Foo (Field a) (Field b) (Field c)) -> Maybe String
    

Page 187 of many | Previous | Next