We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(check: :language '(module htdp-bsl) :create-text? #t ...)
raises this error:
submit error: Error in your code -- make-module-evaluator: module code used `lang/htdp-beginner' for a language, expecting `htdp/bsl'
But changing it to '(module lang/htdp-beginner) rasies this error:
'(module lang/htdp-beginner)
submit error: Error in your code -- make-evaluator: disallowed reader module path: (submod htdp/bsl reader)
Sam mentioned in discord not to expect handin to match development of racket #langs but I'm leaving this issue here for future reference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
raises this error:
But changing it to
'(module lang/htdp-beginner)
rasies this error:Sam mentioned in discord not to expect handin to match development of racket #langs but I'm leaving this issue here for future reference.
The text was updated successfully, but these errors were encountered: