Problem: Missing Pieces
Code: Missing+Pieces/tails_1641624541
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 | - | subtract | int | ||
| * 1 | `/ | special folds | int | ||
| ** 2 | . | map | [int] | ||
| *** 3 | , | range from 1 | [int] | ||
| **** 4 | + | sum | int | ||
| ***** 5 | _ | = ints | [int] | ||
| *** 3 | * | multiply | int | A:int | |
| **** 4 | ] | max | int | ||
| ***** 5 | - | subtract | int | ||
| ****** 6 | / | divide | int | ||
| ******* 7 | + | add | int | ||
| ******** 8 | @ | = fstInt | int | ||
| ******** 8 | ~ | auto = 1 | auto | ||
| ******* 7 | ~ | auto = 2 | auto | ||
| ****** 6 | $ | = A | int | ||
| ***** 5 | + | add | int | ||
| ****** 6 | / | divide | int | ||
| ******* 7 | - | subtract | int | ||
| ******** 8 | ;@ | = sndInt | int | ||
| ******** 8 | ~ | auto = 1 | auto | ||
| ******* 7 | $ | = A | int | ||
| ****** 6 | 3 | integer | int | ||
| **** 4 | + | add | int | ||
| ***** 5 | 2 | integer | int | ||
| ***** 5 | $ | = A | int | ||
| ** 2 | [ | foldop: min | null | ||
| * 1 | + | sum | int | ||
| ** 2 | _ | = ints | [int] |