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.
-
No documentation available.
newtype
Workflow t (m :: Type -> Type) areflex 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.
Workflow :: m (a, Event t (Workflow t m a)) -> Workflow t (m :: Type -> Type) areflex Reflex.Workflow No documentation available.
-
github GitHub.Data.Actions.Workflows No documentation available.
-
github GitHub.Data.Actions.Workflows No documentation available.
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).
module GitHub.Data.Actions.
WorkflowJobs No documentation available.
module GitHub.Data.Actions.
WorkflowRuns No documentation available.
-
github GitHub.Data.Actions.WorkflowRuns No documentation available.
-
github GitHub.Data.Actions.WorkflowRuns No documentation available.
Page 1 of many | Next