Module aya.base

Interface UnifyError

All Superinterfaces:
org.aya.util.reporter.Problem, TyckError
All Known Implementing Classes:
CubicalError.BoundaryDisagree, UnifyError.Type

public interface UnifyError extends TyckError
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     

    Nested classes/interfaces inherited from interface org.aya.util.reporter.Problem

    org.aya.util.reporter.Problem.Severity, org.aya.util.reporter.Problem.Stage
  • Field Summary

    Fields inherited from interface org.aya.util.reporter.Problem

    ERROR, NOTE, TEXT
  • Method Summary

    Modifier and Type
    Method
    Description
    default @NotNull org.aya.pretty.doc.Doc
    describeUnify(@NotNull org.aya.util.distill.DistillerOptions options, @NotNull org.aya.pretty.doc.Doc prologue, @NotNull Term actual, @NotNull org.aya.pretty.doc.Doc epilogue, @NotNull Term expected)
     
     
    @NotNull TyckState
     

    Methods inherited from interface org.aya.util.reporter.Problem

    brief, describe, hint, inlineHints, isError, sourcePos, toPrettyError

    Methods inherited from interface org.aya.tyck.error.TyckError

    level, stage
  • Method Details

    • state

      @NotNull @NotNull TyckState state()
    • failureData

      @NotNull TermComparator.FailureData failureData()
    • describeUnify

      @NotNull default @NotNull org.aya.pretty.doc.Doc describeUnify(@NotNull @NotNull org.aya.util.distill.DistillerOptions options, @NotNull @NotNull org.aya.pretty.doc.Doc prologue, @NotNull @NotNull Term actual, @NotNull @NotNull org.aya.pretty.doc.Doc epilogue, @NotNull @NotNull Term expected)