cuneiform
cuneiform copied to clipboard
Racket #lang support
Racket is in fact a collection of languages. Therefore the in racket directive is not enough to specify a Racket-based language. Instead users should be able to use Racket-based languages like so:
def myfun() -> String in #lang typed/racket/base *{
...
}*