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
inherit
Somewhere in https://book.divnix.com/ch05-01-language-basics.html inherit foo; and inherit (foo) bar baz; should probably be explained, as well as the fact that they can be used in both lets and attrsets.
inherit foo;
inherit (foo) bar baz;
let
The text was updated successfully, but these errors were encountered:
Agreed, thank you for pointing that out
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Somewhere in https://book.divnix.com/ch05-01-language-basics.html
inherit foo;
andinherit (foo) bar baz;
should probably be explained, as well as the fact that they can be used in bothlet
s and attrsets.The text was updated successfully, but these errors were encountered: