7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
|
type toto is record
|
||
|
a : nat ;
|
||
|
b : nat
|
||
|
end
|
||
|
|
||
|
const foo : int = 3
|