(self: Primitive.Primitive<A>)
| 232 | |
| 233 | /** @internal */ |
| 234 | export const getTypeName = <A>(self: Primitive.Primitive<A>): string => getTypeNameInternal(self as Instruction) |
| 235 | |
| 236 | /** @internal */ |
| 237 | export const validate = dual< |
nothing calls this directly
no test coverage detected