Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gnuplot Graphics.Gnuplot.Simple No documentation available.
StepCont :: Rope -> Result a -> (Rope -> Step a) -> Step atrifecta 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.
StepDone :: Rope -> a -> Step atrifecta Text.Trifecta.Parser Parsing is done and has converted the Rope to a final result
StepFail :: Rope -> ErrInfo -> Step atrifecta Text.Trifecta.Parser Parsing the Rope has failed with an error
class Projectable c t f =>
Steppable (c :: k -> k -> Type) (t :: k) (f :: k -> k) | t -> fyaya Yaya.Fold Structures you can walk through step-by-step.
class Projectable c t f =>
Steppable (c :: k -> k -> Type) (t :: k) (f :: k -> k) | t -> fyaya Yaya.Retrofit Structures you can walk through step-by-step.
-
hmatrix-gsl Numeric.GSL.ODE Adaptive step-size control functions
StepAfter :: MarkInterpolationhvega Graphics.Vega.VegaLite Piecewise (stepped) constant interpolation function after each point in a sequence.
StepBefore :: MarkInterpolationhvega Graphics.Vega.VegaLite Piecewise (stepped) constant interpolation function before each point in a sequence.
Steps :: [Double] -> BinPropertyhvega Graphics.Vega.VegaLite Pick the step size from this list.