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
md
whnf'
In the MetaM chapter, whnf' has an unused md parameter:
MetaM
https://github.com/arthurpaulino/lean4-metaprogramming-book/blob/b7762483d16577eb2f25d6a57942f76054acb578/lean/main/metam.lean#L621-L625
It looks to me like this should be removed.
Lower down, the transparency mode is controlled via withTransparency:
withTransparency
https://github.com/arthurpaulino/lean4-metaprogramming-book/blob/b7762483d16577eb2f25d6a57942f76054acb578/lean/main/metam.lean#L647
cc @JLimperg, who added this section as part of #34.
The text was updated successfully, but these errors were encountered:
Yes we can remove it. @dwrensha do you want to make the PR?
Sorry, something went wrong.
Indeed this was left over from an earlier version of the text. Thank you for the fix!
Successfully merging a pull request may close this issue.
In the
MetaM
chapter,whnf'
has an unusedmd
parameter:https://github.com/arthurpaulino/lean4-metaprogramming-book/blob/b7762483d16577eb2f25d6a57942f76054acb578/lean/main/metam.lean#L621-L625
It looks to me like this should be removed.
Lower down, the transparency mode is controlled via
withTransparency
:https://github.com/arthurpaulino/lean4-metaprogramming-book/blob/b7762483d16577eb2f25d6a57942f76054acb578/lean/main/metam.lean#L647
cc @JLimperg, who added this section as part of #34.
The text was updated successfully, but these errors were encountered: