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

Added trace-define, trace-let, trace-lambda #525

Closed
wants to merge 10 commits into from

Commits on Jul 8, 2014

  1. Added trace-define, trace-let, trace-lambda

      racket/collects/racket/trace.rkt
    wilbowma committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    49b41f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66b2f13 View commit details
    Browse the repository at this point in the history
  3. Tweaked trace-lambda to allow generating a name.

    Now trace-lambda generates a name use syntax-local-infer-name, unless
    given a name via the optional kw arg #:name.
    wilbowma committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    51287a2 View commit details
    Browse the repository at this point in the history
  4. Added trace-define-syntax

    wilbowma committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    8b52b4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cec582d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    415a083 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9989e94 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2014

  1. Configuration menu
    Copy the full SHA
    eabb3f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2014

  1. Configuration menu
    Copy the full SHA
    c44de38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59238fb View commit details
    Browse the repository at this point in the history