-
```
I like having Lists.transform(), it's a very nice functor for transforming
from one type to another. However, there doesn't appear to be an
equivalent feature for transforming one set to another.…
-
```
I like having Lists.transform(), it's a very nice functor for transforming
from one type to another. However, there doesn't appear to be an
equivalent feature for transforming one set to another.…
-
```
I like having Lists.transform(), it's a very nice functor for transforming
from one type to another. However, there doesn't appear to be an
equivalent feature for transforming one set to another.…
-
```
I like having Lists.transform(), it's a very nice functor for transforming
from one type to another. However, there doesn't appear to be an
equivalent feature for transforming one set to another.…
-
```
I like having Lists.transform(), it's a very nice functor for transforming
from one type to another. However, there doesn't appear to be an
equivalent feature for transforming one set to another.…
-
```
I like having Lists.transform(), it's a very nice functor for transforming
from one type to another. However, there doesn't appear to be an
equivalent feature for transforming one set to another.…
-
```
I like having Lists.transform(), it's a very nice functor for transforming
from one type to another. However, there doesn't appear to be an
equivalent feature for transforming one set to another.…
-
```
I like having Lists.transform(), it's a very nice functor for transforming
from one type to another. However, there doesn't appear to be an
equivalent feature for transforming one set to another.…
-
The last part of the second case of the proof still consists of some Sledgehammer-generated steps, which take several hundred ms on my machine. Some more manual steps should be inserted.
[Source](htt…
-
Is it possible to resolve multiple argument to support a usecase like this:
``` javascript
var d = when.defer();
d.then(console.log, console.warn, console.info);
d.resolve(1,2,3);
```
The reason I'd…