- All Implemented Interfaces:
Def,GenericDef,AyaDocile
-
Nested Class Summary
Nested classes/interfaces inherited from class org.aya.core.def.UserDef
UserDef.TypeNested classes/interfaces inherited from interface org.aya.core.def.Def
Def.Signature<T extends Term> -
Field Summary
Fields inherited from class org.aya.core.def.TopLevelDef
result, telescope -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedType(@NotNull kala.collection.immutable.ImmutableSeq<Term.Param> telescope, SortTerm result) -
Method Summary
Methods inherited from class org.aya.core.def.TopLevelDef
result, telescopeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aya.generic.AyaDocile
debuggerOnlyToDocMethods inherited from interface org.aya.core.def.GenericDef
descentConsume
-
Constructor Details
-
Type
protected Type(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<Term.Param> telescope, SortTerm result)
-