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. stepProgram :: Monad m => LiveProgram m -> m (LiveProgram m)

    essence-of-live-coding LiveCoding.RuntimeIO.Launch

    Advance a LiveProgram by a single step.

  2. step_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  3. stepOn :: StringBuffer -> StringBuffer

    ghc-lib-parser GHC.Data.StringBuffer

    Return a StringBuffer with the first UTF-8 character removed (analogous to tail). Warning: The behavior is undefined if the StringBuffer is empty. The result shares the same buffer as the original.

  4. stepUnique :: Unique -> Word64 -> Unique

    ghc-lib-parser GHC.Types.Unique

    No documentation available.

  5. stepIt :: It Rope a -> Step a

    trifecta Text.Trifecta.Parser

    No documentation available.

  6. stepParser :: Parser a -> Delta -> Step a

    trifecta Text.Trifecta.Parser

    Incremental parsing. A Step can be supplied with new input using feed, the final Result is obtained using starve.

  7. stepResult :: Rope -> Result a -> Step a

    trifecta Text.Trifecta.Parser

    No documentation available.

  8. steppableIso :: forall t (f :: Type -> Type) . Steppable (->) t f => BialgebraIso f t

    yaya Yaya.Fold

    No documentation available.

  9. steppableReadPrec :: forall t (f :: Type -> Type) . (Steppable (->) t f, Read1 f) => ReadPrec t

    yaya Yaya.Fold

    An implementation of readPrec for any Steppable instance. NB: Use steppableReadPrec' if you need to use a custom parsing function for f. NB: This only requires Steppable, but the inverse operation is recursiveShowsPrec, which requires Recursive instead.

  10. steppableReadPrec' :: Steppable (->) t f => (ReadPrec t -> ReadPrec [t] -> ReadPrec (f t)) -> ReadPrec t

    yaya Yaya.Fold

    Like steppableReadPrec, but allows you to provide a custom display function for f.

Page 15 of many | Previous | Next