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