ivy/test/immutable1.ivy

15 строки
97 B
XML

#lang ivy1.7
type t
relation r
function q(X:t) = r
axiom q(Y)
action a = {
r := true
}