ivy/test/introA.ivy

13 строки
131 B
XML

#lang ivy1.7
include deduction
type t
relation q(X:t,Y:t)
property forall X,Y. q(X,Y)
proof {
showgoals;
apply introA
}