Mismatch
io.github.edadma.pattern_matcher.Matchers.Mismatch
case class Mismatch(msg: String, next: Input) extends MatcherResult[Nothing]
Represents an unsuccessful match.
Value parameters
- next
-
character at which the mismatch occurred
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass MatcherResult[Nothing]class Objecttrait Matchableclass Any
Members list
In this article