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
fe90da58ed
juvix
/
tests
/
negative
/
AsPatternAlias.juvix
7 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve As-Pattern parsing (#1603) * Allow naming nullary constructors without using parentheses * Negative test cases
2022-11-03 12:02:22 +03:00
module AsPatternAlias;
Remove old function syntax (#2305) * Enables new function syntax in local let-declarations * Closes #2251
2023-08-24 12:20:09 +03:00
f : Type -> Type
| a@b := b;
Improve As-Pattern parsing (#1603) * Allow naming nullary constructors without using parentheses * Negative test cases
2022-11-03 12:02:22 +03:00
end;
Reference in New Issue
Copy Permalink