roc/compiler/can/src
2022-02-14 20:32:31 +01:00
..
annotation.rs Make nested datatypes into errors 2022-01-31 22:58:01 -05:00
builtins.rs Swap List.mapWithIndex arg1 args order to put the element first 2022-02-11 16:10:29 -07:00
constraint.rs Second pass 2022-02-06 15:04:12 -05:00
def.rs Only recursive tag unions are relevant in illegal cycles 2022-02-12 20:41:19 -05:00
effect_module.rs only generate the functions that the user wants 2022-02-06 12:26:34 +01:00
env.rs Rename Located -> Loc 2021-12-22 19:18:22 -08:00
expected.rs Rename Located -> Loc 2021-12-22 19:18:22 -08:00
expr.rs First pass 2022-02-06 15:04:12 -05:00
lib.rs move effect_module.rs 2022-02-02 16:48:59 +01:00
module.rs remove builtin lookup function being passed around 2022-02-14 20:32:31 +01:00
num.rs Clippy and a ranged number unification bugfix 2022-02-06 15:04:12 -05:00
operator.rs Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
pattern.rs Include floats in bounds for unspecified numbers 2022-02-06 15:04:12 -05:00
procedure.rs Rename Located -> Loc 2021-12-22 19:18:22 -08:00
scope.rs Aliases should not be public 2022-02-12 21:23:44 -05:00
string.rs Rename Located -> Loc 2021-12-22 19:18:22 -08:00