Problem: interleave first every third
Code: interleave+first+every+third/whio_1723575547
Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00
Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)
| Depth | Lit | Desc | Type | Arg | Let |
|---|---|---|---|---|---|
| 0 | | implicit string concatenation | [chr] | ||
| * 1 | ; | save | chr | B:chr | |
| ** 2 | `( | uncons | chr | A:[chr] | |
| *** 3 | ;_ | = allInput | [chr] | ||
| * 1 | * | join | [chr] | ||
| ** 2 | : | append | [chr] | ||
| *** 3 | $ | = B | chr | ||
| *** 3 | ~ | auto = [] | auto | ||
| ** 2 | `/ | chunks of | [[chr]] | ||
| *** 3 | ~ | auto = 2 | auto | ||
| *** 3 | | implicit arg = A | [chr] |