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

Typo page 56: incorrect Definition #87

Open
usr345 opened this issue Nov 15, 2019 · 2 comments
Open

Typo page 56: incorrect Definition #87

usr345 opened this issue Nov 15, 2019 · 2 comments

Comments

@usr345
Copy link

usr345 commented Nov 15, 2019

On page 56 the Definition says: Definition leq n m := m - n == 0.

It should be: Definition leq m n := m - n == 0.

It references to page 26 of Chapter 1, which has the correct definition:

Definition leq m n := m - n == 0.

@gares
Copy link
Member

gares commented Nov 16, 2019

Thanks

@usr345
Copy link
Author

usr345 commented Dec 18, 2019

@gares On page 119 no need to put "@" before Pack:

Definition nat_eqType : eqType := @Pack nat eqn.
And before eq_op:

Check (@eq_op nat_eqType 3 4).

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

No branches or pull requests

2 participants