Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. weakThreadId :: ThreadId -> Int

    effectful-core Effectful.Internal.Utils

    Get an id of a thread that doesn't prevent its garbage collection.

  2. runReader :: forall r (es :: [(Type -> Type) -> Type -> Type]) a . HasCallStack => r -> Eff (Reader r ': es) a -> Eff es a

    effectful-core Effectful.Reader.Dynamic

    Run the Reader effect with the given initial environment.

  3. withReader :: forall r1 r2 (es :: [(Type -> Type) -> Type -> Type]) a . HasCallStack => (r1 -> r2) -> Eff (Reader r2 ': es) a -> Eff (Reader r1 ': es) a

    effectful-core Effectful.Reader.Dynamic

    Deprecated: withReader doesn't work correctly for all potential interpreters

  4. runReader :: forall r (es :: [(Type -> Type) -> Type -> Type]) a . HasCallStack => r -> Eff (Reader r ': es) a -> Eff es a

    effectful-core Effectful.Reader.Static

    Run a Reader effect with the given initial environment.

  5. withReader :: forall r1 r2 (es :: [(Type -> Type) -> Type -> Type]) a . HasCallStack => (r1 -> r2) -> Eff (Reader r2 ': es) a -> Eff (Reader r1 ': es) a

    effectful-core Effectful.Reader.Static

    Execute a computation in a modified environment.

  6. atomThreadAttr :: Text -> Text -> Attr

    feed Text.Atom.Feed.Export

    No documentation available.

  7. atomThreadLeaf :: Text -> Text -> Element

    feed Text.Atom.Feed.Export

    No documentation available.

  8. atomThreadNS :: Text

    feed Text.Atom.Feed.Export

    No documentation available.

  9. atomThreadName :: Text -> Name

    feed Text.Atom.Feed.Export

    No documentation available.

  10. atomThreadNode :: Text -> [Node] -> Element

    feed Text.Atom.Feed.Export

    No documentation available.

Page 635 of many | Previous | Next