模块 org.aya

接口 ElimTerm

所有超级接口:
org.aya.util.distill.AyaDocile, Term
所有已知实现类:
ElimTerm.App, ElimTerm.Proj

public sealed interface ElimTerm extends Term permits ElimTerm.App, ElimTerm.Proj
Elimination rules.
  • 方法详细资料

    • of

      @NotNull @NotNull Term of()
    • unapp

      @NotNull static @NotNull Term unapp(@NotNull @NotNull Term term, kala.collection.mutable.MutableList<Arg<@NotNull Term>> args)