Commit 2561a64
committed
Add toList method to Tuple
Usually you do not want to work with Arrays
when doing typeclass derivation, you want Lists.
Currently the only way to get a List from a
Tuple is `toArray.toList`, which is cumbersome.1 parent 4b3fdf6 commit 2561a64
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments