java.lang.Object
java.lang.Record
org.aya.core.term.CoeTerm
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.guest0x0.cubical.Restr.TermLike
org.aya.guest0x0.cubical.Restr.TermLike.Factory<T>Nested classes/interfaces inherited from interface org.aya.core.term.Term
Term.Matching, Term.Param -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TermcoeFill (A : I -> Type) (phi : I) : Pi (u : A 0) -> Path A u (coe A phi u)static @NotNull TermcoeFillInv(@NotNull Term type, @NotNull org.aya.guest0x0.cubical.Restr<Term> phi, @NotNull Term ri) static @NotNull Termfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.@NotNull org.aya.guest0x0.cubical.Restr<Term>restr()Returns the value of therestrrecord component.final StringtoString()Returns a string representation of this record class.@NotNull Termtype()Returns the value of thetyperecord component.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aya.generic.AyaDocile
debuggerOnlyToDocMethods inherited from interface org.aya.guest0x0.cubical.Restr.TermLike
asFormulaMethods inherited from interface org.aya.core.term.Term
computeSort, computeType, descent, findUsages, freezeHoles, lift, normalize, rename, scopeCheck, subst, subst, subst, subst, toDoc
-
Constructor Details
-
Method Details
-
coeFill
@NotNull public static @NotNull Term coeFill(@NotNull @NotNull Term type, @NotNull @NotNull org.aya.guest0x0.cubical.Restr<Term> phi, Term ri) coeFill (A : I -> Type) (phi : I) : Pi (u : A 0) -> Path A u (coe A phi u)- Parameters:
ri- the interval abstraction or its inverse
-
coeInv
-
coeFillInv
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
restr
Returns the value of therestrrecord component.- Returns:
- the value of the
restrrecord component
-