Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
requestMethod :: JsonRpcRequest -> Textmcp-server MCP.Server.JsonRpc No documentation available.
testMerkleProofN :: Int -> IO Boolmerkle-tree Crypto.Hash.MerkleTree Constructs a merkle tree and random leaf root to test inclusion of
fadeEndsTMB :: Char -> Float -> FilePath -> IO ()mmsyn7l MMSyn7l Variant of the fadeEndsTMN with the both equal percentages specified by the Float argument. It must be in the range (0..50]. Otherwise, the function returns error.
fadeEndsTMN :: Char -> Float -> Float -> FilePath -> IO ()mmsyn7l MMSyn7l Applies "fade" effect (the type is specified by the Char argument, for more information, please, refer to the SoX documentation) to the both ends of the sound with header (supported by SoX). The Float arguments specify the percentages of the length of the sound that is faded-in and faded-out respectively. Otherwise, the function returns an error.
hoistMaybe :: forall (m :: Type -> Type) b . Applicative m => Maybe b -> MaybeT m bmonadology Control.Monad.Ology.Specific.MaybeT type
ListMultimap = Multimap []more-containers Data.Multimap A multimap with list values. Note that lists do not support efficient appends or sizing, so several multimap operations will have higher complexity than for other collections. If performance is a concern, consider using a SeqMultimap instead. See Data.Multimap.List for operations specific to this type.
type
ListMultimap = Multimap []more-containers Data.Multimap.List A multimap with list values. Note that lists do not support efficient appends or sizing, so several multimap operations will have higher complexity than for other collections. If performance is a concern, consider using a SeqMultimap instead. See Data.Multimap.List for operations specific to this type.
listM :: MonadIO m => Maybe OllamaConfig -> m (Either OllamaError Models)ollama-haskell Data.Ollama.List MonadIO version of list for use in monadic contexts. Lifts the list function into a MonadIO context, allowing it to be used in monadic computations. Example:
>>> import Control.Monad.IO.Class >>> runReaderT (listM Nothing) someContext Right (Models [ModelInfo ...])
-
oops Control.Monad.Oops When the expression of type 'Maybe a' evaluates to Nothing, throw the specified value, otherwise return a.
atLeastMin :: Int -> RE c a -> RE c [a]parser-regex Regex.Base At least n times. Minimal, i.e. biased towards matching less.