added this stupid complex bug to Bugs.md
This commit is contained in:
parent
9e6fe454ce
commit
7c5041d270
1 changed files with 10 additions and 0 deletions
|
|
@ -36,3 +36,13 @@ main = case \x. x of {
|
||||||
_ => 0;
|
_ => 0;
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Inference should not depend on order
|
||||||
|
|
||||||
|
This one is really tough, strangely
|
||||||
|
Spent many hours on this so far
|
||||||
|
|
||||||
|
```hs
|
||||||
|
main = id 0 ;
|
||||||
|
id x = x;
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue