Racket is an untyped language, so there is no equivalent to this information. However, if you use Typed Racket , a typical Racket dialect, you will get exactly the following information:
-> string-append
- : (String * -> String)
#<procedure:string-append>
source
share