lean4-htt/tests/lean/1682.lean.expected.out
Leonardo de Moura ee603ab741 feat: sort refine new goals using the order they were created
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
2022-10-04 06:54:14 -07:00

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