Skip to content

Commit eada56a

Browse files
committed
update readme, now currying is always supported now
1 parent d9dc1c0 commit eada56a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,6 @@ Some known issues are listed as below:
248248
1. Language features:
249249

250250
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.
259251

260252
Int32 operations, currently, Int use Float operations, this should
261253
be fixed in the near future.

0 commit comments

Comments
 (0)