(self: Args.Args<_>)
| 130 | |
| 131 | /** @internal */ |
| 132 | export const isInstruction = <_>(self: Args.Args<_>): self is Instruction => self as any |
| 133 | |
| 134 | /** @internal */ |
| 135 | export const isEmpty = (self: Instruction): self is Empty => self._tag === "Empty" |