roc/compiler/constrain
ayazhafiz ef77ff35cf
Improve expectation for platform requires mismatch
```
── TYPE MISMATCH ───── examples/hello-world/rust-platform/./Package-Config.roc ─

Something is off with the type annotation of the main required symbol:

2│      requires {} { main : a -> a }
                             ^^^^^^

This #UserApp.main value is a:

    Str

But the type annotation on main says it should be:

    a -> a

────────────────────────────────────────────────────────────────────────────────
```
2022-05-06 12:06:27 -04:00
..
src Improve expectation for platform requires mismatch 2022-05-06 12:06:27 -04:00
Cargo.toml even more wip 2022-03-02 17:32:50 +01:00