Potential problem: if elaboration of subterms is delayed the order the new metavariables are created may not match the order they appear in the `.lean` file. We should tell users to prefer tagged goals. closes #1682
21 lines
244 B
Text
21 lines
244 B
Text
1682.lean:1:25-2:17: error: unsolved goals
|
|
case a
|
|
p : Sort ?u
|
|
q r : Prop
|
|
⊢ p → q
|
|
|
|
case b
|
|
p : Sort ?u
|
|
q r : Prop
|
|
⊢ r
|
|
1682.lean:4:25-5:26: error: unsolved goals
|
|
case a
|
|
p : Sort ?u
|
|
q r : Prop
|
|
h : p
|
|
⊢ q
|
|
|
|
case b
|
|
p : Sort ?u
|
|
q r : Prop
|
|
⊢ r
|