File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -248,14 +248,6 @@ Some known issues are listed as below:
248
248
1 . Language features:
249
249
250
250
Recursive modules, Lazy modules, have not looked into it yet.
251
-
252
- Better Currying support. Currently, we have an inference engine for
253
- function currying and we do cross module inference, however, there
254
- are some more challenging cases, for example, high order functions,
255
- it can be resolved by either aggressive inlining or falling back to a
256
- slow path using ` Function.prototype.length ` . We prepared the
257
- runtime support in [ module curry] ( jscomp/runtime/curry.ml ) , will support it in the near
258
- future.
259
251
260
252
Int32 operations, currently, Int use Float operations, this should
261
253
be fixed in the near future.
You can’t perform that action at this time.
0 commit comments