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
73e2cf0fa8
juvix
/
tests
/
negative
/
PragmasFormat.juvix
7 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add: pragma support (#1997) * Closes #1965 * Implements the `unroll` pragma to control the unrolling depth on a per-function basis. * Implements parsing of the `inline` pragma. --------- Co-authored-by: janmasrovira <janmasrovira@gmail.com>
2023-04-26 16:26:13 +03:00
module PragmasFormat;
open import Stdlib.Prelude;
{-# inline: Tre #-}
Remove old function syntax (#2305) * Enables new function syntax in local let-declarations * Closes #2251
2023-08-24 12:20:09 +03:00
main : Nat := 0;
Reference in New Issue
Copy Permalink