Expand description

Errors related to type inference.

Structs

  • Type error together with the corresponding code span.
  • List of Errors.
  • Error container tied to a particular top-level operation that has a certain span and context.

Enums

  • Context of a Error corresponding to a top-level operation that has errored. Generally, contains resolved types concerning the operation, such as operands of a binary arithmetic op.
  • Kinds of errors that can occur during type inference.
  • Fragment of a path for an Error.
  • Context in which a tuple is used.