ivy/test/theory1.ivy

16 строки
114 B
XML

#lang ivy1.6
type t
type q
function f(X:t) : q
individual a:t, b:t
axiom f(X) = f(Y) + Z
interpret q->int