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

Duplication with agda-stdlib #832

Open
felixwellen opened this issue Jun 1, 2022 · 3 comments
Open

Duplication with agda-stdlib #832

felixwellen opened this issue Jun 1, 2022 · 3 comments
Assignees

Comments

@felixwellen
Copy link
Collaborator

There is quite some duplication with agda-stdlib. One thing that could be factored out and be a dependendcy of both, is functional programming (data structures and algorithms) including reflection code. We have to figure out, how much of a hassle this is.

@felixwellen felixwellen self-assigned this Jun 1, 2022
@sgraf812
Copy link

In the same vein: Some names for lemmas and fixities are subtly different than in the stdlib.
It's a bit of a nuisance to port code that way; is that intentional?

@felixwellen
Copy link
Collaborator Author

It is certainly not my intention. Would you like to make a list and put it into a new issue?

@felixwellen
Copy link
Collaborator Author

There is quite some duplication with agda-stdlib. One thing that could be factored out and be a dependendcy of both, is functional programming (data structures and algorithms) including reflection code. We have to figure out, how much of a hassle this is.

I figured out, that it is quite a lot of work to do. I think the only reasonable thing to do, is to stay compatible concerning names and choices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants