Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f6ce508be0 |
|
@ -35,7 +35,7 @@ This blog post is somewhat long and technical, so before proceeding any further,
|
||||||
|
|
||||||
(provide mul
|
(provide mul
|
||||||
(struct-out num)
|
(struct-out num)
|
||||||
(struct-out vals))
|
(struct-out vec))
|
||||||
|
|
||||||
(struct num (val))
|
(struct num (val))
|
||||||
(struct vec (vals))
|
(struct vec (vals))
|
||||||
|
@ -92,7 +92,7 @@ What exactly is this dangerous-sounding “spooky action”, and what causes it?
|
||||||
```racket
|
```racket
|
||||||
(provide mul
|
(provide mul
|
||||||
(struct-out num)
|
(struct-out num)
|
||||||
(struct-out vals))
|
(struct-out vec))
|
||||||
|
|
||||||
(struct num (val))
|
(struct num (val))
|
||||||
(struct vec (vals))
|
(struct vec (vals))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user