Hoogle Search

Within LTS Haskell 24.0 (ghc-9.10.2)

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

  1. module Reflex.Workflow

    No documentation available.

  2. newtype Workflow t (m :: Type -> Type) a

    reflex Reflex.Workflow

    A widget in a workflow When the Event returned by a Workflow fires, the current Workflow is replaced by the one inside the firing Event. A series of Workflows must share the same return type.

  3. Workflow :: m (a, Event t (Workflow t m a)) -> Workflow t (m :: Type -> Type) a

    reflex Reflex.Workflow

    No documentation available.

  4. data Workflow

    github GitHub.Data.Actions.Workflows

    No documentation available.

  5. Workflow :: !Id Workflow -> Text -> Text -> Text -> UTCTime -> UTCTime -> URL -> URL -> URL -> Workflow

    github GitHub.Data.Actions.Workflows

    No documentation available.

  6. workflow :: (Adjustable t m, MonadFix m, MonadHold t m) => Workflow t m a -> m (Dynamic t a)

    reflex Reflex.Workflow

    Runs a Workflow and returns the Dynamic result of the Workflow (i.e., a Dynamic of the value produced by the current Workflow node, and whose update Event fires whenever one Workflow is replaced by another).

  7. module GitHub.Data.Actions.WorkflowJobs

    No documentation available.

  8. module GitHub.Data.Actions.WorkflowRuns

    No documentation available.

  9. data WorkflowRun

    github GitHub.Data.Actions.WorkflowRuns

    No documentation available.

  10. WorkflowRun :: !Id WorkflowRun -> !Name WorkflowRun -> Text -> Text -> Text -> Text -> Integer -> Text -> Text -> !Maybe Text -> Integer -> URL -> URL -> UTCTime -> UTCTime -> SimpleUser -> Integer -> UTCTime -> WorkflowRun

    github GitHub.Data.Actions.WorkflowRuns

    No documentation available.

Page 1 of many | Next