You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doesn't work in #lang racket/base out-of-the-box. One needs to also (require (for-syntax racket/base)). It might be helpful to include this in the documentation.
The text was updated successfully, but these errors were encountered:
The example in the documentation
doesn't work in
#lang racket/base
out-of-the-box. One needs to also(require (for-syntax racket/base))
. It might be helpful to include this in the documentation.The text was updated successfully, but these errors were encountered: