Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showErrorItem :: VisualStream s => Proxy s -> ErrorItem (Token s) -> Stringnetwork-uri-template Network.URI.Template.Internal.Parse Pretty-print an ErrorItem.
showTokens :: VisualStream s => Proxy s -> NonEmpty (Token s) -> Stringnetwork-uri-template Network.URI.Template.Internal.Parse Pretty-print non-empty stream of tokens. This function is also used to print single tokens (represented as singleton lists).
showInstDetails :: Visibility -> Action ()nsis Development.NSIS No documentation available.
showUninstDetails :: Visibility -> Action ()nsis Development.NSIS No documentation available.
showCReal :: Int -> CReal -> Stringnumbers Data.Number.CReal showsScalar :: (Show t, RealFloat t) => Int -> Complex t -> String -> Stringnumeric-quest QuantumVector No documentation available.
showList' :: Show t => Int -> [t] -> String -> Stringnumeric-quest Tensor No documentation available.
showSeqData :: SeqData -> Textoeis2 Math.OEIS.Internal No documentation available.
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.
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.