Closed
Description
It seems the lazy
keyword inherited from OCaml is a not commonly used or known in ReScript.
We should consider removing this keyword, it is always possible to use Lazy.from_fun
instead if one wants to use OCaml's Lazy
module.
And possibly a Lazy
module with a more ReScript-like API could be added to Core.
Metadata
Metadata
Assignees
Labels
No labels