(self: Primitive.Primitive<A>)
| 229 | |
| 230 | /** @internal */ |
| 231 | export const getHelp = <A>(self: Primitive.Primitive<A>): Span.Span => getHelpInternal(self as Instruction) |
| 232 | |
| 233 | /** @internal */ |
| 234 | export const getTypeName = <A>(self: Primitive.Primitive<A>): string => getTypeNameInternal(self as Instruction) |
nothing calls this directly
no test coverage detected