Prerequisites
Description
unit.star is doubly linked, which breaks formatting in doc-gen.
This is a regression from #778.
Steps to Reproduce
set_option pp.links true
-- unit.starunit.star()
run_cmd tactic.pp `(()) >>= tactic.trace
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.
Prerequisites
or feature requests.
Description
unit.staris 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.