(title: string, value: Instruction)
| 1422 | InternalHelpDoc.sequence(alternativeHelp) |
| 1423 | ) |
| 1424 | const makeChoice = (title: string, value: Instruction) => ({ title, value }) |
| 1425 | const choices = Arr.getSomes([ |
| 1426 | Option.map( |
| 1427 | getIdentifierInternal(self.left as Instruction), |