Module aya.base

Interface TeleDecl.FnBody

All Known Implementing Classes:
TeleDecl.BlockBody, TeleDecl.ExprBody
Enclosing class:
TeleDecl<RetTy extends Term>

public static sealed interface TeleDecl.FnBody permits TeleDecl.ExprBody, TeleDecl.BlockBody