This website requires JavaScript.
Explore
Help
Sign In
anoma
/
juvix
Watch
1
Star
1
Fork
0
You've already forked juvix
mirror of
https://github.com/anoma/juvix.git
synced
2024-12-01 00:04:58 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
327cfaa0f6
juvix
/
tests
/
negative
/
NotInScope.juvix
10 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[errors] add not in scope error
2022-02-14 15:39:54 +03:00
module NotInScope;
Improve error generation and handling (#108) * 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
2022-05-18 18:10:10 +03:00
axiom haha : Type;
[errors] add not in scope error
2022-02-14 15:39:54 +03:00
axiom blah : Type;
axiom blaah : Type;
axiom test : bla;
[ pre-commit ] Add support and hooks
2022-04-04 18:44:08 +03:00
end;
Reference in New Issue
Copy Permalink