mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 17:32:00 +03:00
9 lines
90 B
Plaintext
9 lines
90 B
Plaintext
|
module Parsing;
|
||
|
|
||
|
let' : Type;
|
||
|
let' ≔ Type;
|
||
|
|
||
|
TypeMine : Type;
|
||
|
TypeMine := Type;
|
||
|
end;
|