Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. step :: forall (m :: Type -> Type) b a . Monad m => b -> SplineT a b m ()

    varying Control.Varying.Spline

    Produce the argument as an output value exactly once.

    >>> :{
    let s = do step "hi"
    step "there"
    step "friend"
    in testVarOver (outputStream s "") [1,2,3,4]
    
    >>> :}
    "hi"
    "there"
    "friend"
    "friend"
    

  2. step :: Refinement

    clay Clay

    No documentation available.

  3. step :: Refinement

    clay Clay.Attributes

    No documentation available.

  4. step :: GoogleDatastoreAdminV1MigrationProgressEvent -> Maybe GoogleDatastoreAdminV1MigrationProgressEvent_Step

    gogol-datastore Gogol.Datastore

    The step that is starting. An event with step set to START indicates that the migration has been reverted back to the initial pre-migration state.

  5. step :: GoogleDatastoreAdminV1MigrationProgressEvent -> Maybe GoogleDatastoreAdminV1MigrationProgressEvent_Step

    gogol-datastore Gogol.Datastore.Types

    The step that is starting. An event with step set to START indicates that the migration has been reverted back to the initial pre-migration state.

  6. step :: (Ordinate a, LineFormat b) => a -> b -> FormattedSeries

    plot Graphics.Rendering.Plot.Figure

    No documentation available.

  7. data Step s a

    text Data.Text.Internal.Fusion

    Intermediate result in a processing pipeline.

  8. data Step s a

    text Data.Text.Internal.Fusion.Types

    Intermediate result in a processing pipeline.

  9. data Step s o r

    conduit Data.Conduit.Internal.Fusion

    This is the same as stream fusion's Step. Constructors are renamed to avoid confusion with conduit names.

  10. Step :: !f (Stream f m r) -> Stream (f :: Type -> Type) (m :: Type -> Type) r

    streaming Streaming.Internal

    No documentation available.

Page 6 of many | Previous | Next