Folkert
|
bd7ad318cf
|
fix bug in guard constraint gen
|
2020-03-21 15:12:01 +01:00 |
|
Folkert
|
caaf6370ce
|
fix solve test
|
2020-03-21 01:06:51 +01:00 |
|
Folkert
|
920928399a
|
type inference for pattern guards
|
2020-03-21 00:39:52 +01:00 |
|
Richard Feldman
|
a54db8bf92
|
Merge remote-tracking branch 'origin/trunk' into array-wrappers
|
2020-03-14 20:49:59 -04:00 |
|
Richard Feldman
|
8d4331f903
|
Merge remote-tracking branch 'origin/trunk' into array-wrappers
|
2020-03-13 22:20:35 -04:00 |
|
Folkert
|
e2a079f0cc
|
empty ext vars in type_to_var
|
2020-03-14 01:43:14 +01:00 |
|
Folkert
|
b43be95b19
|
add record_var to Access and Accessor
|
2020-03-14 01:13:44 +01:00 |
|
Folkert
|
df54bb5aef
|
fix incorrect signature for isEq in uniq builtins
|
2020-03-13 20:49:16 +01:00 |
|
Folkert
|
9ef4a6d891
|
fix bug in uniq isEq type
it always wanted Boolean arguments ...
|
2020-03-13 13:06:56 +01:00 |
|
Folkert
|
fb8e8570bc
|
Merge remote-tracking branch 'origin/trunk' into num
|
2020-03-11 14:30:50 +01:00 |
|
Folkert
|
17348231fd
|
fix uniqueness Num inference
The variable in Num is the `a` in `Num a`. For Int/Float literals, it's a helper variable to generate better error messages
|
2020-03-11 14:18:26 +01:00 |
|
Richard Feldman
|
df85c086ab
|
Fix test_uniq_solve
|
2020-03-11 00:07:19 -04:00 |
|
Richard Feldman
|
3ecbe0325c
|
Plain number literals (e.g. 5 ) are now Num *
|
2020-03-10 22:27:13 -04:00 |
|
Folkert
|
62f34c41cc
|
hardcode Bool alias
previously it would use the tag union, which would result in slightly worse error messages down the line
|
2020-03-10 15:21:39 +01:00 |
|
Folkert
|
7fea957979
|
hardcode Bool
|
2020-03-10 14:50:35 +01:00 |
|
Richard Feldman
|
3789402a32
|
Rename List.length to List.len
|
2020-03-10 02:56:55 -04:00 |
|
Richard Feldman
|
0f79a3311d
|
Upgrade bumpalo to 3.2
|
2020-03-07 11:20:35 -05:00 |
|
Folkert
|
9c5df1d5a5
|
fix uniqueness tests
|
2020-03-07 01:03:18 +01:00 |
|
Folkert
|
21bbfd3c94
|
Merge remote-tracking branch 'origin/trunk' into use-fewer-variables
|
2020-03-07 00:53:13 +01:00 |
|
Folkert
|
94f2b6b6f6
|
switch back to Apply where possible
|
2020-03-07 00:50:38 +01:00 |
|
Richard Feldman
|
60adf36db2
|
Fix some tests
|
2020-03-06 18:28:13 -05:00 |
|
Folkert
|
eb7d9d98e6
|
hardcode variables for empty records and tag unions
|
2020-03-07 00:25:16 +01:00 |
|
Richard Feldman
|
df4533296b
|
fix some tests
|
2020-03-06 18:24:37 -05:00 |
|
Richard Feldman
|
762ae80ec4
|
Move solve and uniq tests into other crates
|
2020-03-06 18:24:37 -05:00 |
|
Richard Feldman
|
8fc75f2b2e
|
fix some tests
|
2020-03-06 18:24:37 -05:00 |
|
Richard Feldman
|
a2f5f6f9fb
|
Move solve and uniq tests into other crates
|
2020-03-06 18:24:37 -05:00 |
|
Richard Feldman
|
cc92ca7e7c
|
Move solve and unify into their own crates
|
2020-03-06 01:43:50 -05:00 |
|