Commit 2021-10-04 23:18 3aac8e5f
View on Github →fix(order/sub): make arguments explicit (#9541)
- This makes some arguments of lemmas explicit.
- These lemmas were not used in places where the implicitness/explicitness of the arguments matters
- Providing the arguments is sometimes useful, especially in
rw ← ...
- This follows the explicitness of similar lemmas (like the instantiations for
nat
).