print.typed_function {interface} | R Documentation |
Provides a custom print method for typed functions, displaying their parameter types and return type.
## S3 method for class 'typed_function'
print(x, ...)
x |
A typed function. |
... |
Additional arguments (not used). |
No return value, called for side effects. Prints a human-readable representation of the typed function to the console, showing the argument types and return type.