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. stepDown :: MonadDOM m => HTMLInputElement -> Maybe Int -> m ()

    jsaddle-dom JSDOM.Generated.HTMLInputElement

    Mozilla HTMLInputElement.stepDown documentation

  2. stepUp :: MonadDOM m => HTMLInputElement -> Maybe Int -> m ()

    jsaddle-dom JSDOM.Generated.HTMLInputElement

    Mozilla HTMLInputElement.stepUp documentation

  3. data StepT (m :: Type -> Type) a

    servant Servant.Types.SourceT

    ListT with additional constructors.

  4. data StepResult

    persistent-sqlite Database.Sqlite

    No documentation available.

  5. StepEverything :: StepNext

    filepattern System.FilePattern

    All calls to stepApply will return stepNext being StepEverything with a non-empty stepDone.

  6. data StepNext

    filepattern System.FilePattern

    What we know about the next step values.

  7. StepOnly :: [String] -> StepNext

    filepattern System.FilePattern

    All components not listed will result in dull Step values from stepApply, with stepNext being StepOnly [] and stepDone being []. The field is a set - their order is irrelevant but there will be no duplicates in values arising from step.

  8. StepUnknown :: StepNext

    filepattern System.FilePattern

    We have no additional information about the output from stepApply.

  9. Steps :: PlotType

    gnuplot Graphics.Gnuplot.Simple

    No documentation available.

  10. StepCont :: Rope -> Result a -> (Rope -> Step a) -> Step a

    trifecta Text.Trifecta.Parser

    The Rope has been partially consumed and already yielded a Result, and if more input is provided, more results can be produced. One common scenario for this is to parse log files: after parsing a single line, that data can already be worked with, but there may be more lines to come.

Page 33 of many | Previous | Next