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

First-class lifts? First-class composition of lifts? #83

Open
Ptival opened this issue Jul 5, 2020 · 1 comment
Open

First-class lifts? First-class composition of lifts? #83

Ptival opened this issue Jul 5, 2020 · 1 comment
Labels
enhancement New feature or request workflow

Comments

@Ptival
Copy link
Contributor

Ptival commented Jul 5, 2020

I often find myself having some sort of sequence of lifts I need to do on different values.

Modules make it so that I can stash all of those things in a module, and lift the module. But it might be worth considering, depending on how feasible it is, to be able to define a given lift between two-types as something first class? (this might already be doable with the Find ornament command?)

If so, is it also feasible to define the composition of two lifts as a first-class object?

@tlringer
Copy link
Collaborator

Sorry to get to this so late. Deadlines!

Can you give me an idea of the syntax you want for this? Maybe a small mockup of an example case that I could get working?

@tlringer tlringer added enhancement New feature or request workflow labels Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request workflow
Projects
None yet
Development

No branches or pull requests

2 participants