mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 23:43:01 +03:00
50ea7373ee
* add face and handling of not in scope symbol error * small fix * generic errors wip * add App effect * format * add flycheck-minijuvix * use absolute paths and refactor * fix dir0 * add generic error instances and improve some errors * format * qualify strings * use AnsiText * add ToGenericError instances for the type checker errors * improve error message * improve handling of parsing errors
7 lines
45 B
Plaintext
7 lines
45 B
Plaintext
module LacksTypeSig;
|
|
|
|
some ≔ Type;
|
|
|
|
|
|
end;
|