This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 175
map _1 _2 #311
Comments
Let's say you have the following code in the file:
Now, you put the cursor over
Note that if you instead had written the code as
(without any argument), it notices that you only need one parameter and would change the body to |
Ah, we need to type |
Yep. |
As mentioned in #308, I think that refine should stay in its own key binding |
I think it is reasonable because refine requires user input while |
Closing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@serras You said "Added a new refinement command which rewrites a hole or undefined via an expression, including any new holes that may be needed. For example, if a hole _ is rewriten by map, the hole will change into map _1 _2" in #296.
I don't understand this. Please give me a more concrete example?
The text was updated successfully, but these errors were encountered: