1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-13 11:16:48 +03:00
juvix/test/Core/Recursor
Łukasz Czajka 5efec1a9d3
The rmap recursor (#1893)
The `rmap` recursor allows to specify changes in binders while going
downward through a Core node. This should help in implementing
transformations on Core which need to add/remove/change binders.

* Depends on PR #1875 
* Adds unit tests for `rmap`
* Changes the `NatToInt` transformation to use `rmap`
2023-03-16 14:47:21 +01:00
..
Base.hs The rmap recursor (#1893) 2023-03-16 14:47:21 +01:00
RMap.hs The rmap recursor (#1893) 2023-03-16 14:47:21 +01:00