Skip to content
New issue

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

Behaviour of (letrec ([x x]) x) changed in Racket #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 29, 2014

  1. Behaviour of (letrec ([x x]) x) changed in Racket

    The latest Racket has changed the behaviour of (letrec ([x x]) x).
    Currently any program beginning with #lang whalesong fails due
    to an "x undefined" error. The undefined value is now exported
    from racket/undefined.
    soegaard committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    ecd0a52 View commit details
    Browse the repository at this point in the history