Suspended
case Suspended[S, A](parser: Suspendable[S, S], partialResult: S, semigroup: Semigroup[S], continuation: Continuation[S, S, A]) extends Resumable[S, A]
Successfully parsed all input and is expecting additional input
Successfully parsed all input and is expecting additional input
Value members
Inherited methods
def injectAndResumeOrRestart(result: S, input: String, parser: Suspendable[S, A])(using semigroup: Semigroup[A], ev: S =:= A): Resumable[S, A]
- Inherited from
- Resumable