зеркало из https://github.com/microsoft/ivy.git
10 строки
119 B
Plaintext
10 строки
119 B
Plaintext
|
#lang ivy1.3
|
||
|
|
||
|
type t
|
||
|
type color = {red,green,blue}
|
||
|
|
||
|
individual c(X:t):color
|
||
|
relation p(X:t)
|
||
|
|
||
|
init p(X) -> c(X) = green
|