Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. stepDL :: DynLogicModel s => DynLogic s -> Annotated s -> TestStep s -> [DynLogic s]

    quickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal

    No documentation available.

  2. stepDLSeq :: DynLogicModel s => DynLogic s -> Annotated s -> TestSequence s -> DynLogic s

    quickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal

    No documentation available.

  3. stepDLStep :: DynLogicModel s => DynLogic s -> Annotated s -> Step s -> DynLogic s

    quickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal

    No documentation available.

  4. stepDLW :: (DynLogicModel s, Typeable a) => DynLogic s -> a -> [DynLogic s]

    quickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal

    No documentation available.

  5. stepDLWitness :: forall a s . (DynLogicModel s, Typeable a) => DynLogic s -> a -> DynLogic s

    quickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal

    No documentation available.

  6. stepDrag :: Button -> Maybe Drag -> Event -> Maybe Drag

    reflex-vty Reflex.Vty.Widget.Input.Mouse

    Pure state transition driving drag. Given the button being tracked, the previous Drag state (if any), and an incoming vty event, produce the next Drag or Nothing if the event is irrelevant. The first relevant mouse-down yields a DragStart, subsequent moves yield Dragging, and the button release yields DragEnd; a mouse-down after a DragEnd starts a fresh drag.

  7. stepsPerSecond :: GlossSettings -> Int

    rhine-gloss FRP.Rhine.Gloss.Common

    Number of simulation steps per second of real time.

  8. stepBack :: forall str (m :: Type -> Type) a . (StringLike str, Monad m) => ScraperT str m a -> SerialScraperT str m a

    scalpel Text.HTML.Scalpel

    Move the cursor back one node and execute the given scraper on the new focused node.

  9. stepNext :: forall str (m :: Type -> Type) a . (StringLike str, Monad m) => ScraperT str m a -> SerialScraperT str m a

    scalpel Text.HTML.Scalpel

    Move the cursor forward one node and execute the given scraper on the new focused node.

  10. package step-function

    Staircase functions or piecewise constant functions Step functions, staircase functions or piecewise constant functions. Implemented as a default value and a series of transitions. Supports merging two step functions using a supplied merging function.

Page 25 of many | Previous | Next