mrakgr / The-Spiral-Language

Functional language with intensional polymorphism and first-class staging.
Mozilla Public License 2.0
919 stars 27 forks source link

Fix potential typos in readme.md #18

Closed bmwalters closed 3 years ago

bmwalters commented 3 years ago

In the first change, y was defined but not subsequently used.

In the second change, the else branch was missing.

Apologies if I am misunderstanding the context here.