Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make coeFun delaborator respect
pp.tagAppFns
(#6729)
This PR makes the pretty printer for `.coeFun`-tagged functions respect `pp.tagAppFns`. The effect is that in docgen, when an expression pretty prints as `f x y z` with `f` a coerced function, then if `f` is a constant it will be linkified.
- Loading branch information