ArityMismatch

esmeta.ty.ArityMismatch
case class ArityMismatch(point: CallPoint, actual: Int) extends TypeError

arity mismatches

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeError
trait TyElem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

inline def func: Func

Attributes

Inherited from:
TypeError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
TyElem -> Any
Inherited from:
TyElem
def toString(detail: Boolean, location: Boolean): String

stringify with options

stringify with options

Attributes

Inherited from:
TyElem