1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-05 22:46:08 +03:00
juvix/tests/positive/Parsing.mjuvix

9 lines
90 B
Plaintext

module Parsing;
let' : Type;
let' ≔ Type;
TypeMine : Type;
TypeMine := Type;
end;