mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +03:00
447f2f1dcf
- Fixes #1723 - It refactors parsing/scoping so that the scoper does not need to read files or parse any module. Instead, the parser takes care of parsing all the imported modules transitively.
4 lines
37 B
Plaintext
4 lines
37 B
Plaintext
module M;
|
|
axiom MType : Type;
|
|
end;
|