roc/compiler/types
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 Factor bespoke debug variables into debug_flags crate 2022-04-29 17:45:55 -04:00