|
| 1 | +checking package dependencies |
| 2 | +compiling TestBuildListFail.bs |
| 3 | +Error: "TestBuildListFail.bs", line 12, column 13: (T0031) |
| 4 | + The contexts for this expression could not be resolved because there are no |
| 5 | + instances of the form: |
| 6 | + Prelude.Literal Prelude.Bool |
| 7 | + The context was implied by expressions at the following positions: |
| 8 | + "TestBuildListFail.bs", line 12, column 17 |
| 9 | +Error: "TestBuildListFail.bs", line 18, column 8: (T0032) |
| 10 | + This expression requires the following context which could not be resolved: |
| 11 | + BuildList.BuildList Prelude.Bool (Prelude.Bool -> Prelude.Bool -> Prelude.List Prelude.Integer) |
| 12 | + The context was implied by expressions at the following positions: |
| 13 | + "TestBuildListFail.bs", line 19, column 13 |
| 14 | + An instance for this context exists, but it depends on the following context |
| 15 | + for which there is no instance: |
| 16 | + BuildList.BuildList Prelude.Bool (Prelude.List Prelude.Integer) |
| 17 | +Error: "TestBuildListFail.bs", line 25, column 8: (T0032) |
| 18 | + This expression requires the following context which could not be resolved: |
| 19 | + BuildList.BuildList Prelude.Bool (Prelude.Bool -> Prelude.Bool -> Prelude.Bit 3) |
| 20 | + The context was implied by expressions at the following positions: |
| 21 | + "TestBuildListFail.bs", line 26, column 13 |
| 22 | + An instance for this context exists, but it depends on the following context |
| 23 | + for which there is no instance: |
| 24 | + BuildList.BuildList Prelude.Bool (Prelude.Bit 3) |
0 commit comments