lean-ja / lean-ja/lean-by-example
`omega` ではなくて `lia` を使うよう促すべき?
Nobody has claimed this yet.
- Dominant language
- Lean
- Stars
- 188
- Forks
- 15
- Avg merge
- 9h 8m
- Merged PRs (30d)
- 6
Description
Zulip でこんなことを言っている人がいた。
Robin Arnez: Well, omega is only really meant to be used inside of lean core for bootstrapping reasons so omega is essentially frozen and won't get any such fixes. Outside of core, you're meant to use lia as the replacement. Otherwise, if you're asking why negative modulo does not work, well for some reason omega specifically checks for the right-hand side to be a natural number literal... for some reason.
see: #general > omega doesn't close modulo by negative literal @ 💬
これを信じるなら omega タクティクは非推奨であり、lia タクティクを使うべきということになる。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by searching the repository for references to the omega and lia tactics; the issue does not name a file or test. Confirm the current guidance from the linked Zulip discussion, then update the relevant documentation if the recommendation is verified.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100