ivy/test/capture1.ivy

21 строка
220 B
XML

#lang ivy1.7
type t
schema foo = {
function q : t
{
function x : t
property x = q
}
property Y:t = Z
}
var x : t
var y : t
property x = y
proof
apply foo with q = x;
showgoals