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.
stepProgram :: Monad m => LiveProgram m -> m (LiveProgram m)essence-of-live-coding LiveCoding.RuntimeIO.Launch Advance a LiveProgram by a single step.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
stepOn :: StringBuffer -> StringBufferghc-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.
stepUnique :: Unique -> Word64 -> Uniqueghc-lib-parser GHC.Types.Unique No documentation available.
-
trifecta Text.Trifecta.Parser No documentation available.
stepParser :: Parser a -> Delta -> Step atrifecta Text.Trifecta.Parser Incremental parsing. A Step can be supplied with new input using feed, the final Result is obtained using starve.
stepResult :: Rope -> Result a -> Step atrifecta Text.Trifecta.Parser No documentation available.
steppableIso :: forall t (f :: Type -> Type) . Steppable (->) t f => BialgebraIso f tyaya Yaya.Fold No documentation available.
steppableReadPrec :: forall t (f :: Type -> Type) . (Steppable (->) t f, Read1 f) => ReadPrec tyaya 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.
-
yaya Yaya.Fold Like steppableReadPrec, but allows you to provide a custom display function for f.