1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 14:28:08 +03:00
juvix/test/Compilation
Jan Mas Rovira 0cc689a2ef
Add syntax for builtin list (#2239)
- Depends on #2219 
- Closes #1643 

This pr introduces a `list` as a new builtin so that we can use syntax
sugar both in expressions and patterns. E.g. it is now possible to write
`[1; 2; 3;]`.
2023-07-03 13:24:56 +02:00
..
Base.hs Normalization by Evaluation (#2038) 2023-05-15 18:01:40 +02:00
Negative.hs Add Bottom node (#2112) 2023-05-23 18:31:28 +02:00
Positive.hs Add syntax for builtin list (#2239) 2023-07-03 13:24:56 +02:00