зеркало из https://github.com/microsoft/ivy.git
10 строки
104 B
Plaintext
10 строки
104 B
Plaintext
|
#lang ivy1.6
|
||
|
|
||
|
type t
|
||
|
|
||
|
function ident(X:t):t
|
||
|
|
||
|
definition ident(X) = some Y. X = Y
|
||
|
|
||
|
property ident(Z) = Z
|