ivy/test/capture3.ivy

21 строка
169 B
XML

#lang ivy1.7
type t
var x : t
schema bar = {
type t
function y : t
property x = y
}
var z : t
property x = z
proof
apply bar<x/y>;
showgoals