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-13 11:16:48 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2baad15a41
juvix
/
tests
/
Compilation
/
negative
/
test004.juvix
6 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Check for the executable (WASM/native) pipeline prerequisites (#1970) * Closes #1959
2023-04-04 12:58:36 +03:00
module test004;
Remove old function syntax (#2305) * Enables new function syntax in local let-declarations * Closes #2251
2023-08-24 12:20:09 +03:00
import Stdlib.Prelude open;
Check for the executable (WASM/native) pipeline prerequisites (#1970) * Closes #1959
2023-04-04 12:58:36 +03:00
Remove old function syntax (#2305) * Enables new function syntax in local let-declarations * Closes #2251
2023-08-24 12:20:09 +03:00
main (x : Nat) : Nat := x;
Reference in New Issue
Copy Permalink