-
Notifications
You must be signed in to change notification settings - Fork 16
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
Uniplate Proof of Concept #180
Conversation
67c5e3a
to
03d77cc
Compare
Just added a fold-y thing (according to the haskell docs its a paramorphism?) |
Looking like a good start! I am SHOCKED to see this not being already available as a crate. Maybe we should release ours for others to use? Let's discuss tomorrow. |
Definitely! The name is free too :) |
87f5206
to
8edde2c
Compare
8edde2c
to
a579b23
Compare
This PR looks good to me. Do we want to merge it as is and continue working on it on separate PRs? |
Merging now would be good :) |
@ozgurakgun Will discuss more tomorrow, but I have put rough roadmaps for Uniplate and the solver interface in Github milestones. |
I whipped up some of the Uniplate functions and an example last night to show Felix - this PR puts them in this project.
A broad roadmap for this is:
Related to #177.