roc/compiler/can/src
2020-11-22 13:54:13 -05:00
..
annotation.rs add failing tests 2020-11-21 20:36:26 +01:00
builtins.rs Resolving conflicts with remote trunk 2020-11-22 13:54:13 -05:00
constraint.rs add Store constraint that does not report errors 2020-11-12 15:47:56 +01:00
def.rs cleanup 2020-11-13 01:59:09 +01:00
env.rs fix most type inference issues 2020-10-16 20:50:42 +02:00
expected.rs record, tag, alias errors 2020-04-13 20:53:16 +02:00
expr.rs Record references in can/expr before evaluating to runtime error 2020-11-21 14:07:09 -05:00
lib.rs Use a custom macro for builtin_defs 2020-06-20 10:58:12 -04:00
module.rs recursive functions cannot capture other recursive functions from their LetRec 2020-11-09 15:54:02 +01:00
num.rs expand some comments 2020-07-08 14:30:48 +02:00
operator.rs correctly parse trailing commas in record 2020-11-13 19:02:26 +01:00
pattern.rs more clippy things 2020-11-19 22:20:00 +01:00
procedure.rs fix most type inference issues 2020-10-16 20:50:42 +02:00
scope.rs fix some mistakes 2020-10-30 00:35:40 +01:00
string.rs replaced deprecated std::u16::MAX with u16::MAX 2020-10-21 14:35:36 +02:00