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

The printing style of functions is inconsistent #208

Open
shhyou opened this issue Oct 31, 2023 · 0 comments
Open

The printing style of functions is inconsistent #208

shhyou opened this issue Oct 31, 2023 · 0 comments

Comments

@shhyou
Copy link
Collaborator

shhyou commented Oct 31, 2023

Consider this ISL/lambda program:

(define (my-add1 n) (+ n 1))
my-add1

The output says lambda:

Welcome to DrRacket, version 8.11.0.3 [cs].
Language: Intermediate Student with lambda; memory limit: 1024 MB.
(lambda (a1) ...)

But in the interaction window I got the function name (based on 8a6d349, this is the expected one):

> my-add1
my-add1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant