majjoha (Mathias Jean Johansen)
- Login: majjoha
- Registered on: 03/15/2019
- Last sign in: 12/05/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
03/15/2019
-
12:39 PM Ruby Feature #15477: Proc#arity returns -1 for composed lambda Procs of known arguments
- For what it is worth, this appears to be an issue when dealing with curried procs as well.
``` ruby
curried_proc = ->(a, b) { a + b }.curry # => <Proc:0x00007fa7698e7700 (lambda)>
first = curried_proc.(1) # => <Proc:0x00007fa76991a0...