lean4-htt/tests/lean/interactive/issue5597.lean.expected.out
Copilot d98b626633
doc: improve docstrings for simp!, simp_all!, dsimp! and autoUnfold (#9991)
- [x] Updated docstrings for `simp!`, `simp_all!`, `dsimp!` to use
user-friendly language
- [x] Updated docstrings for `autoUnfold` fields to use user-friendly
language
- [x] Fixed broken test by updating expected output for simp! hover
documentation
- [x] Replaced technical terms with clear language: "will unfold
applications of functions defined by pattern matching, when one of the
patterns applies"

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nomeata <148037+nomeata@users.noreply.github.com>
2025-09-09 13:34:16 +00:00

8 lines
458 B
Text

{"textDocument": {"uri": "file:///issue5597.lean"},
"position": {"line": 1, "character": 3}}
{"range":
{"start": {"line": 1, "character": 2}, "end": {"line": 1, "character": 7}},
"contents":
{"value":
"`simp!` is shorthand for `simp` with `autoUnfold := true`.\nThis will unfold applications of functions defined by pattern matching, when one of the patterns applies.\nThis can be used to partially evaluate many definitions. ",
"kind": "markdown"}}