You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
The error message you are getting is more helpful than you realize. Allow me to explain:
The type of x in proof₂ is "(succ (succ zero)) even". When you call proof₂′ however, you are telling it that the type is ℕ. These two types are not the same, so it gives you a type error.
This is definitely a typo on the part of the author.
Hi, I've been starting to read the book, and I can't get a code working:
The error that I've got:
Probably I'm missing something, or there is a typo in the book
I have Agda 2.4.2.2
Thanks,
Michael
The text was updated successfully, but these errors were encountered: