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.

  1. for4 :: (((k1, k2, k3, k4) -> mv) -> (k1, k2, k3, k4) -> mv) -> (k1 -> k2 -> k3 -> k4 -> mv) -> k1 -> k2 -> k3 -> k4 -> mv

    monad-memo Control.Monad.Memo.Class

    Adapter for memoization of four-argument function

  2. forkLifecycle :: MonadUnliftIO m => m () -> LifecycleT m ThreadId

    monadology Control.Monad.Ology.Specific.LifecycleT

    Fork a thread that will complete in this lifecycle. Closing will wait for the thread to finish.

  3. 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)
    

  4. forEach :: (MonadIO m, MonadUnliftIO m, MonadFail m) => (GQLClientResult a -> m ()) -> ResponseStream a -> m ()

    morpheus-graphql-client Data.Morpheus.Client

    returns loop listening subscription events forever. if you want to run it in background use forkIO

  5. fortnight :: RatioNat -> Time Fortnight

    o-clock Time.Units

    Creates Fortnight from given Natural.

    >>> fortnight 42
    42fn
    

  6. formulas :: OEISSequence -> [String]

    oeis Math.OEIS

    Formulas or equations involving the sequence. (%F)

  7. formula :: OEISSeq -> Texts

    oeis2 Math.OEIS

    No documentation available.

  8. formula :: OEISSeq -> Texts

    oeis2 Math.OEIS.Types

    No documentation available.

  9. format :: ChatOps -> !Maybe Format

    ollama-haskell Data.Ollama.Chat

    Optional format for the chat response (e.g., JSON or JSON schema).

  10. format :: ModelDetails -> !Text

    ollama-haskell Data.Ollama.Common.Types

    The format used for the model (e.g., "gguf").

Page 177 of many | Previous | Next