Skip to content

Commit

Permalink
Typo in hw03.md (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubakubakuba authored Apr 30, 2024
1 parent 0658f03 commit df2c5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework/hw03.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ x
λ> Lambda "s" (Lambda "z" (App (Var "s") (App (Var "s") (Var "z"))))
(\s.(\z.(s (s z))))
```
So the symbol $\lambda$ is displayed as `\`. Variables are displays as their names. Applications
So the symbol $\lambda$ is displayed as `\`. Variables are displayed as their names. Applications
are displayed as `(e1 e2)`
with a space separating expressions `e1,e2`
and $\lambda$-abstractions as `(\x.e)`.
Expand Down

0 comments on commit df2c5fc

Please sign in to comment.