You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This linter can be disabled with `set_option linter.unusedSimpArgs false`
127
127
-/
@@ -160,7 +160,7 @@ warning: This simp argument is unused:
160
160
_h
161
161
162
162
Hint: Omit it from the simp argument list.
163
-
simp -failIfUnchanged ̵[̵_̵h̵]̵
163
+
[apply]simp -failIfUnchanged
164
164
165
165
Note: This linter can be disabled with `set_option linter.unusedSimpArgs false`
166
166
-/
@@ -178,7 +178,7 @@ warning: This simp argument is unused:
178
178
↓reduceIte
179
179
180
180
Hint: Omit it from the simp argument list.
181
-
simp only [↓reduceI̵t̵e̵,̵ ̵↓̵r̵e̵d̵u̵c̵e̵DIte]
181
+
[apply]simp only [↓reduceDIte]
182
182
183
183
Note: This linter can be disabled with `set_option linter.unusedSimpArgs false`
184
184
-/
@@ -202,7 +202,7 @@ warning: This simp argument is unused:
202
202
x
203
203
204
204
Hint: Omit it from the simp argument list.
205
-
simp ̵[̵x̵]̵
205
+
[apply] simp
206
206
207
207
Note: This linter can be disabled with `set_option linter.unusedSimpArgs false`
208
208
-/
@@ -216,7 +216,7 @@ warning: This simp argument is unused:
216
216
h3
217
217
218
218
Hint: Omit it from the simp argument list.
219
-
simp [h1, h2,̵ ̵h̵3̵]
219
+
[apply]simp [h1, h2]
220
220
221
221
Note: This linter can be disabled with `set_option linter.unusedSimpArgs false`
222
222
-/
@@ -229,15 +229,15 @@ warning: This simp argument is unused:
229
229
h2
230
230
231
231
Hint: Omit it from the simp argument list.
232
-
simp [h1,̵ ̵h̵2̵]
232
+
[apply]simp [h1]
233
233
234
234
Note: This linter can be disabled with `set_option linter.unusedSimpArgs false`
235
235
---
236
236
warning: This simp argument is unused:
237
237
h1
238
238
239
239
Hint: Omit it from the simp argument list.
240
-
simp [h1̵,̵ ̵h̵2]
240
+
[apply]simp [h2]
241
241
242
242
Note: This linter can be disabled with `set_option linter.unusedSimpArgs false`
243
243
-/
@@ -257,7 +257,7 @@ warning: This simp argument is unused:
257
257
h
258
258
259
259
Hint: Omit it from the simp argument list.
260
-
simp ̵[̵h̵]̵
260
+
[apply] simp
261
261
262
262
Note: This linter can be disabled with `set_option linter.unusedSimpArgs false`
263
263
-/
@@ -304,7 +304,7 @@ warning: This simp argument is unused:
304
304
← ab
305
305
306
306
Hint: Omit it from the simp argument list.
307
-
simp ̵[̵←̵ ̵a̵b̵]̵
307
+
[apply] simp
308
308
309
309
Note: Simp arguments with `←` have the additional effect of removing the other direction from the simp set, even if the simp argument itself is unused. If the hint above does not work, try replacing `←` with `-` to only get that effect and silence this warning.
0 commit comments