ivy/test/capture1.ivy

21 строка
220 B
Plaintext
Исходник Обычный вид История

2018-11-23 22:35:19 +03:00
#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