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. data Step a

    filepattern System.FilePattern

    The result of step, used to process successive path components of a set of FilePaths.

  2. Step :: [(a, [String])] -> StepNext -> (String -> Step a) -> Step a

    filepattern System.FilePattern

    No documentation available.

  3. data Step s a

    jsaddle Data.JSString.Internal.Fusion

    Intermediate result in a processing pipeline.

  4. data Step s a

    jsaddle Data.JSString.Internal.Fusion.Types

    Intermediate result in a processing pipeline.

  5. data Step a

    trifecta Text.Trifecta.Parser

    A Step allows for incremental parsing, since the parser

    • can be done with a final result
    • have errored
    • can have yielded a partial result with possibly more to come

  6. data Step s a

    rebase Rebase.Data.Vector.Fusion.Stream.Monadic

    Result of taking a single step in a stream

  7. Step :: Double -> BinProperty

    hvega Graphics.Vega.VegaLite

    The step size to use between bins. If specified, MaxBins and other related options are ignored.

  8. data Step (m :: Type -> Type) a

    list-transformer List.Transformer

    Pattern match on this type when you loop explicitly over a ListT using next. For example:

    stdout :: ListT IO String -> IO ()
    stdout l = do
    s <- next l
    case s of
    Nil       -> return ()
    Cons x l' -> do
    putStrLn x
    stdout l'
    

  9. data Step (k :: Type -> Type) o r

    machines Data.Machine.Type

    This is the base functor for a Machine or MachineT. Note: A Machine is usually constructed from Plan, so it does not need to be CPS'd.

  10. data Step

    reactive-banana Reactive.Banana.Prim.Low.Graph

    No documentation available.

Page 7 of many | Previous | Next