Skip to content

Commit 0d8836a

Browse files
committed
chore: add TODO for offset equalities
1 parent 92e6585 commit 0d8836a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Lean/Meta/Tactic/Grind/MatchCond.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ private partial def isStatisfied (e : Expr) : GoalM Bool := do
262262
e := b
263263
return false
264264

265+
-- TODO: we don't have support for offset equalities
266+
265267
/-- Constructs a proof for a satisfied `match`-expression condition. -/
266268
private partial def mkMatchCondProof? (e : Expr) : GoalM (Option Expr) := do
267269
let_expr Grind.MatchCond f ← e | return none

0 commit comments

Comments
 (0)