зеркало из https://github.com/microsoft/ivy.git
9 строки
80 B
Plaintext
9 строки
80 B
Plaintext
|
#lang ivy1.7
|
||
|
|
||
|
type t
|
||
|
|
||
|
|
||
|
action a(x:t) = {
|
||
|
x := (pout.val) if true else 0;
|
||
|
}
|