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.
-
monad-memo Control.Monad.Memo.Class Adapter for memoization of four-argument function
forkLifecycle :: MonadUnliftIO m => m () -> LifecycleT m ThreadIdmonadology Control.Monad.Ology.Specific.LifecycleT Fork a thread that will complete in this lifecycle. Closing will wait for the thread to finish.
fork :: Semicartesian cat t => cat a x -> cat a y -> cat a (t x y)monoidal-functors Control.Category.Cartesian Given morphisms cat a x and cat a y, construct the universal map cat a (x `t` y).
Examples
>>> :t fork @(->) @(,) show not fork @(->) @(,) show not :: Bool -> (String, Bool)
>>> fork @(->) @(,) show not True ("True",False)-
morpheus-graphql-client Data.Morpheus.Client returns loop listening subscription events forever. if you want to run it in background use forkIO
fortnight :: RatioNat -> Time Fortnighto-clock Time.Units Creates Fortnight from given Natural.
>>> fortnight 42 42fn
formulas :: OEISSequence -> [String]oeis Math.OEIS Formulas or equations involving the sequence. (%F)
-
oeis2 Math.OEIS No documentation available.
-
oeis2 Math.OEIS.Types No documentation available.
format :: ChatOps -> !Maybe Formatollama-haskell Data.Ollama.Chat Optional format for the chat response (e.g., JSON or JSON schema).
format :: ModelDetails -> !Textollama-haskell Data.Ollama.Common.Types The format used for the model (e.g., "gguf").