|
| 1 | +{"messages": |
| 2 | + [{"severity": "error", |
| 3 | + "pos": {"line": 1, "column": 20}, |
| 4 | + "endPos": null, |
| 5 | + "data": "unexpected end of input; expected '{'"}, |
| 6 | + {"severity": "error", |
| 7 | + "pos": {"line": 1, "column": 18}, |
| 8 | + "endPos": {"line": 1, "column": 20}, |
| 9 | + "data": "unsolved goals\n⊢ 2 = 2"}], |
| 10 | + "env": 0} |
| 11 | + |
| 12 | +{"messages": |
| 13 | + [{"severity": "info", |
| 14 | + "pos": {"line": 1, "column": 0}, |
| 15 | + "endPos": {"line": 2, "column": 3}, |
| 16 | + "data": "Goals accomplished!"}], |
| 17 | + "env": 1} |
| 18 | + |
| 19 | +{"messages": |
| 20 | + [{"severity": "error", |
| 21 | + "pos": {"line": 1, "column": 66}, |
| 22 | + "endPos": null, |
| 23 | + "data": "unexpected end of input; expected '{'"}, |
| 24 | + {"severity": "error", |
| 25 | + "pos": {"line": 1, "column": 64}, |
| 26 | + "endPos": {"line": 1, "column": 66}, |
| 27 | + "data": "unsolved goals\nP Q R : Prop\n⊢ (P → Q) → (Q → R) → P → R"}]} |
| 28 | + |
| 29 | +{"messages": |
| 30 | + [{"severity": "error", |
| 31 | + "pos": {"line": 1, "column": 64}, |
| 32 | + "endPos": {"line": 2, "column": 13}, |
| 33 | + "data": "unsolved goals\nP Q R : Prop\nh1 : P → Q\nh2 : Q → R\np : P\n⊢ R"}]} |
| 34 | + |
| 35 | +{"messages": |
| 36 | + [{"severity": "info", |
| 37 | + "pos": {"line": 3, "column": 0}, |
| 38 | + "endPos": {"line": 3, "column": 6}, |
| 39 | + "data": "Try this: exact h2 (h1 p)"}, |
| 40 | + {"severity": "info", |
| 41 | + "pos": {"line": 1, "column": 0}, |
| 42 | + "endPos": {"line": 3, "column": 6}, |
| 43 | + "data": "Goals accomplished!"}]} |
| 44 | + |
0 commit comments