TermParsingError

scalus.uplc.UplcEvalResult.TermParsingError
final case class TermParsingError(error: String)

Represents a failure in parsing the evaluated term Normally this should not happen and indicates a bug in the UPLC parser or changes in the output format of uplc

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product