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

fix: add missing lines #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jkuebart
Copy link

@jkuebart jkuebart commented Dec 4, 2023

This PR adds two missing lines.

  • The call to pairup is missing the argument for the formal parameters, (cadar e), on line 66.
  • On the final line, eval must be called with two arguments: the expression and the association list. The final line is missing a closing parenthesis in the original document to match the initial opening parenthesis.

It also fixes various misplaced parentheses.

  • In the first implementation of assoc, the call to caar on line 9 is missing an opening parenthesis. A closing parenthesis is also missing on that line.
  • A closing parenthesis is missing on line 10.
  • In evcond there is an extra opening parentheis on line 41.
  • An opening parenthesis is missing before the definition of evlis on line 67.

On the final line, eval must be called with two arguments: the
expression and the association list.

The final line is missing a closing parenthesis in the original document
to match the initial opening parenthesis.

This commit also adds a missing closing parenthesis on line 10.
Add missing opening and closing parentheses on line 9.
Add missing closing parenthesis on line 10.
Remove extra opening parenthesis in evcond, line 41.
Add missing opening parenthesis in evlis, line 67.
@jkuebart jkuebart changed the title fix: add missing final line fix: add missing lines Dec 4, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant