roc/compiler/can/src
2020-11-12 00:32:45 +01:00
..
annotation.rs add test for transitive alias import 2020-11-11 01:20:30 +01:00
builtins.rs improve compare/Order 2020-11-09 21:21:14 +01:00
constraint.rs remove aliases from Let and LetCon 2020-10-31 15:27:24 +01:00
def.rs properly sort recursive definitions 2020-11-12 00:32:45 +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 Improve some error reporting 2020-11-08 13:48:19 +01: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 make clippy happy 2020-11-08 13:48:19 +01:00
pattern.rs optional record fields in patterns are bound 2020-10-16 15:29:21 +02: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