roc/compiler/constrain/src
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
..
builtins.rs Remove Lowercase from Alias and Opaque 2022-04-29 11:36:31 -04:00
expr.rs Correctly generate type constraints for required symbols in platform 2022-05-06 12:06:27 -04:00
lib.rs move expr/pattern constraint gen 2022-03-02 21:25:13 +01:00
module.rs Improve expectation for platform requires mismatch 2022-05-06 12:06:27 -04:00
pattern.rs Remove Lowercase from Alias and Opaque 2022-04-29 11:36:31 -04:00