Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back recursor types with type families #1514

Merged
merged 4 commits into from
Sep 6, 2022
Merged

Conversation

janmasrovira
Copy link
Collaborator

@janmasrovira janmasrovira commented Sep 5, 2022

In this PR we explore the use of type families to improve the reliability of all the map variations for the Node type. We may want to the the same for the fold variations in the future.

After discussing the topic we agreed that we would keep type families as part of the implementation but we would also expose a list of functions with concrete types and mnemonic names.

Also, I have renamed Monadic -> Map and Applicative -> Fold. I think it makes more sense like this.

@janmasrovira janmasrovira added refactor core Related to JuvixCore labels Sep 5, 2022
@janmasrovira janmasrovira added this to the 0.2.5 milestone Sep 5, 2022
@janmasrovira janmasrovira self-assigned this Sep 5, 2022
@janmasrovira janmasrovira force-pushed the recursors-with-type-families branch from 0cb2df7 to d461894 Compare September 6, 2022 14:23
lukaszcz
lukaszcz previously approved these changes Sep 6, 2022
@lukaszcz lukaszcz merged commit 81a9aea into main Sep 6, 2022
@lukaszcz lukaszcz deleted the recursors-with-type-families branch September 6, 2022 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to JuvixCore refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants