We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While this is a translation of a book written for/in Coq, we should use idiomatic Idris whenever possible.
The text was updated successfully, but these errors were encountered:
Prefer k and j to n’ and m’
26ad099
Related: #3
As a reminder, we should try replacing rewrites with dependent pattern matching where appropriate.
rewrite
Sorry, something went wrong.
This is a broader issue, but let's get it right for the first ten chapters and document some examples and lessons learned.
Look for places where match application (http://docs.idris-lang.org/en/latest/reference/misc.html#match-application) could be introduced/used. Maybe we could fix some of the bigger replaces with it?
replace
No branches or pull requests
While this is a translation of a book written for/in Coq, we should use idiomatic Idris whenever possible.
The text was updated successfully, but these errors were encountered: