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
0193a33d4c
juvix
/
tests
/
negative
/
AppLeftImplicit.juvix
7 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add negative test for AppLeftImplicit error (#154)
2022-06-14 09:56:48 +03:00
module AppLeftImplicit;
x : 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
x := {x};
Add negative test for AppLeftImplicit error (#154)
2022-06-14 09:56:48 +03:00
end;
Reference in New Issue
Copy Permalink