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

Question: unrestricted list functions #446

Open
treeowl opened this issue Apr 5, 2023 · 1 comment
Open

Question: unrestricted list functions #446

treeowl opened this issue Apr 5, 2023 · 1 comment

Comments

@treeowl
Copy link
Collaborator

treeowl commented Apr 5, 2023

Do we have functions that can conveniently implement these?

foo :: Ur [a] %1-> [Ur a]
bar :: [Ur a] %1-> Ur [a]
@aspiwack
Copy link
Member

aspiwack commented Apr 6, 2023

I assume foo would be a traverse function, but we haven't got around to design the traversable hierarchy see #220 .

I don't have any generic mechanism for bar in mind.

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