You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: