Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed Apr 2, 2024
1 parent 2a661ca commit 320f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab07.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Once you have it, define `SWAP` and check that it correctly swaps the components
(eval `(,SWAP ((,CONS a) b))) => '(λ z : ((z b) a))
```

::: details Solutio
::: details Solution
```scheme
(define SWAP `(λ p : (λ z : ((z (p ,F)) (p ,T)))))
```
Expand Down

0 comments on commit 320f662

Please sign in to comment.