Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
球拍合同分为三类:平面合同、陪护合同和模仿者合同。
对于 Impersonator 合约,我能找到的唯一例子是parametric polymorphism的合约。除了这些,还有其他例子吗?
对象和类合约(例如 、class/c等object/c)目前都是模拟合约。尽管最终可能会提供这些的伴侣版本。相反,不可能将参数合同变成伴侣合同。
class/c
object/c
使用 recursive- contract 构造的递归合约也默认为模拟合约,但可以配置为任何类型。