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
2baad15a41
juvix
/
tests
/
negative
/
ImplicitPatternLeftApplication.juvix
6 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement some error messages (#1396) (#1400) * Implement error message for double braces * Implement error message for implicit pattern on the left of an application * Implement error message for constructor expected on the left of an application Co-authored-by: Jan Mas Rovira <janmasrovira@gmail.com>
2022-07-20 17:24:03 +03:00
module ImplicitPatternLeftApplication;
Format juvix files using new function syntax (#2245)
2023-07-11 18:22:07 +03:00
f : {A : Type} -> A -> A
| ({x} y) := y;
Implement some error messages (#1396) (#1400) * Implement error message for double braces * Implement error message for implicit pattern on the left of an application * Implement error message for constructor expected on the left of an application Co-authored-by: Jan Mas Rovira <janmasrovira@gmail.com>
2022-07-20 17:24:03 +03:00
Reference in New Issue
Copy Permalink