Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. showList' :: Show t => Int -> [t] -> String -> String

    numeric-quest Tensor

    No documentation available.

  2. showSeqData :: SeqData -> Text

    oeis2 Math.OEIS.Internal

    No documentation available.

  3. showModel :: Text -> IO (Either OllamaError ShowModelResponse)

    ollama-haskell Data.Ollama.Show

    Simplified API for retrieving model information. A higher-level function that fetches model information using default settings for verbose output and Ollama configuration. Suitable for basic use cases.

  4. showModelM :: MonadIO m => Text -> m (Either OllamaError ShowModelResponse)

    ollama-haskell Data.Ollama.Show

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

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

    ollama-haskell Data.Ollama.Show

    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.

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

    ollama-haskell Data.Ollama.Show

    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.

  7. showModel :: Text -> IO (Either OllamaError ShowModelResponse)

    ollama-haskell Ollama

    Simplified API for retrieving model information. A higher-level function that fetches model information using default settings for verbose output and Ollama configuration. Suitable for basic use cases.

  8. showModelM :: MonadIO m => Text -> m (Either OllamaError ShowModelResponse)

    ollama-haskell Ollama

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

  9. 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.

  10. 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.

Page 153 of many | Previous | Next