We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629bea9 commit 7ba5f9cCopy full SHA for 7ba5f9c
CHANGES.md
@@ -71,6 +71,8 @@ profile. This started with version 0.26.0.
71
contexts like `a ; fun ...`. A check for the syntax `let a = fun ... in ...`
72
was made more precise. (#2705, @EmileTrotignon)
73
74
+- Fix a crash on `type 'a t = A : 'a. {a: 'a} -> 'a t`. (#2710, @EmileTrotignon)
75
+
76
### Changed
77
78
- `|> begin`, `~arg:begin`, `begin if`, `lazy begin`, `begin match`,
0 commit comments