You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to use Functors for dependency injection, I noticed that the functions defined within module Make are defined a second time at the top level.
While trying to use Functors for dependency injection, I noticed that the functions defined within
module Make
are defined a second time at the top level.Rescript:
Output:
Note that
exec
is defined both withinMake(D)
and at the top level.Expected:
I'd expect that the
Actual
implementation to use the module factory function:Sample in Rescript Playground
The text was updated successfully, but these errors were encountered: