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
1eadbc4f81
juvix
/
tests
/
negative
/
NestedPatternBraces.juvix
7 lines
74 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 NestedPatternBraces;
a : {A : Type} → Type;
remove ≔ from the language and replace it by := (#1563) * remove ≔ from the language and replace it by := * revert accidental changes in juvix input mode * update stdlib submodule * rename ℕ by Nat in the tests and examples * fix shell tests
2022-09-30 03:55:32 +03:00
a {{A}} := a;
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
end;
Reference in New Issue
Copy Permalink