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 typos in manual #117

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

Conversation

LangInteger
Copy link

Hi Yuheng, this work is meaningful. By briefly reading the manual (the given example), I understood why dependent type matters in the area of theorem prover.

I just got started doing research in the programming language area and this project does help me. Thanks for your work!

@@ -98,7 +98,7 @@ because we read `Pair(A, C)` as

> Both A and C are true.

The following two expressions are the same `Type`.
The following two expressions are of the same `Type`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO "are the same Type" can also be considered correct.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"expression"s are not "type"s directly. So we'd better say either

  • They have the same type
    or
  • They are of the same type

Feel free to correct me.

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.

2 participants