roc/crates/compiler/constrain/src
Ayaz Hafiz f1a6ea6a40
Typecheck and compile opaque wrapping functions
This enables you to write something like

```
A := U8
List.map [1, 2, 3] @A
```

which will be compiled as if it was `List.map [1, 2, 3] \x -> @A x`.

Closes #3499
2022-07-12 18:38:03 -04:00
..
builtins.rs Get deep range numbers working 2022-07-05 22:16:52 -04:00
expr.rs Typecheck and compile opaque wrapping functions 2022-07-12 18:38:03 -04:00
lib.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
module.rs Remove constrain_builtin_imports 2022-07-10 10:46:18 -04:00
pattern.rs Get deep range numbers working 2022-07-05 22:16:52 -04:00