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.
stepDL :: DynLogicModel s => DynLogic s -> Annotated s -> TestStep s -> [DynLogic s]quickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal No documentation available.
stepDLSeq :: DynLogicModel s => DynLogic s -> Annotated s -> TestSequence s -> DynLogic squickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal No documentation available.
stepDLStep :: DynLogicModel s => DynLogic s -> Annotated s -> Step s -> DynLogic squickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal No documentation available.
stepDLW :: (DynLogicModel s, Typeable a) => DynLogic s -> a -> [DynLogic s]quickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal No documentation available.
stepDLWitness :: forall a s . (DynLogicModel s, Typeable a) => DynLogic s -> a -> DynLogic squickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal No documentation available.
stepDrag :: Button -> Maybe Drag -> Event -> Maybe Dragreflex-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.
stepsPerSecond :: GlossSettings -> Intrhine-gloss FRP.Rhine.Gloss.Common Number of simulation steps per second of real time.
-
scalpel Text.HTML.Scalpel Move the cursor back one node and execute the given scraper on the new focused node.
-
scalpel Text.HTML.Scalpel Move the cursor forward one node and execute the given scraper on the new focused node.
-
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.