Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. data StepNext

    filepattern System.FilePattern

    What we know about the next step values.

  2. 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.

  3. StepUnknown :: StepNext

    filepattern System.FilePattern

    We have no additional information about the output from stepApply.

  4. Steps :: PlotType

    gnuplot Graphics.Gnuplot.Simple

    No documentation available.

  5. class Projectable c t f => Steppable (c :: k -> k -> Type) (t :: k) (f :: k -> k) | t -> f

    yaya Yaya.Fold

    Structures you can walk through step-by-step.

  6. class Projectable c t f => Steppable (c :: k -> k -> Type) (t :: k) (f :: k -> k) | t -> f

    yaya Yaya.Retrofit

    Structures you can walk through step-by-step.

  7. 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.

  8. StepDone :: Rope -> a -> Step a

    trifecta Text.Trifecta.Parser

    Parsing is done and has converted the Rope to a final result

  9. StepFail :: Rope -> ErrInfo -> Step a

    trifecta Text.Trifecta.Parser

    Parsing the Rope has failed with an error

  10. data StepControl

    hmatrix-gsl Numeric.GSL.ODE

    Adaptive step-size control functions

Page 32 of many | Previous | Next