1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/test/Core/Transformation
Jan Mas Rovira 39b797ecfa
Add Bottom node (#2112)
- Closes #2056 
- Depends on #2103 

I am not sure about the implementation of `isType` for `NBot`. (solved).

The `Eq` instance returns `True` for every two `Bottom` terms,
regardless of their type.

---------

Co-authored-by: Jonathan Cubides <jonathan.cubides@uib.no>
Co-authored-by: Lukasz Czajka <lukasz@heliax.dev>
2023-05-23 18:31:28 +02:00
..
Base.hs Support basic dependencies (#1622) 2022-12-20 13:05:40 +01:00
Identity.hs 1569 rewrite the test for lambda lifting to use evaluation (#1572) 2022-10-12 10:19:02 +02:00
Lifting.hs Support letrec lifting without lambda lifting (#1794) 2023-02-02 11:10:12 +01:00
Pipeline.hs Add Bottom node (#2112) 2023-05-23 18:31:28 +02:00
TopEtaExpand.hs Eta expansion at the top of each core function definition (#1481) (#1571) 2022-11-14 16:03:28 +01:00
Unrolling.hs Test numbering (#1977) 2023-04-04 19:29:25 +02:00