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

Definitions: always include signature #39

Open
cgay opened this issue Jun 9, 2024 · 0 comments
Open

Definitions: always include signature #39

cgay opened this issue Jun 9, 2024 · 0 comments

Comments

@cgay
Copy link
Member

cgay commented Jun 9, 2024

When I write method signatures like this:

define method eval
    (ev :: <evaluator>, ast :: <expression>) => (value)

Using M-. on eval gives me this (not so useful):
Screenshot 2024-06-08 at 9 47 48 PM

and when I write the signature like this (all on one line):

define method eval (ev :: <evaluator>, ast :: <expression>) => (value)

I get a much more useful result:

Screenshot 2024-06-08 at 9 51 44 PM

We should always show the signatures, regardless of how they're written.

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