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
unit.star is doubly linked, which breaks formatting in doc-gen. This is a regression from #778.
unit.star
set_option pp.links true -- unit.starunit.star() run_cmd tactic.pp `(()) >>= tactic.trace
Expected behavior: unit.star()
unit.star()
Actual behavior: unit.starunit.star()
unit.starunit.star()
Reproduces how often: 100%
You can get this information from copy and pasting the output of lean --version, please include the OS and what version of the OS you're running.
lean --version
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
or feature requests.
Description
unit.star
is doubly linked, which breaks formatting in doc-gen.This is a regression from #778.
Steps to Reproduce
Expected behavior:
unit.star()
Actual behavior:
unit.starunit.star()
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of
lean --version
,please include the OS and what version of the OS you're running.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: