- All Known Implementing Classes:
TeleDecl,TeleDecl.DataCtor,TeleDecl.DataDecl,TeleDecl.FnDecl,TeleDecl.PrimDecl,TeleDecl.StructDecl,TeleDecl.StructField
- Enclosing interface:
Decl
public static sealed interface Decl.Telescopic<RetTy extends Term>
permits TeleDecl<RetTy>, TeleDecl.DataCtor, TeleDecl.StructField
Denotes that the definition is telescopic
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSignature(Def.Signature<RetTy> signature) voidsetTelescope(@NotNull kala.collection.immutable.ImmutableSeq<Expr.Param> telescope) @NotNull kala.collection.immutable.ImmutableSeq<Expr.Param>
-
Method Details
-
telescope
-
setTelescope
-
signature
-
setSignature
-