Tagged Questions
5
votes
1answer
198 views
Show the type of a function
But in Racket, the interpreter does not show the type:
> cadr
#<procedure:cadr>
Is there a way to show the type of a function?