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
The tricky part is partially applying type parameters to resulting classes, i.e. applying the Store type variable to an Action (A => Store => B, but leaving A and B generic.
We should just annotate actions inline then, or recommend that people put a additional type alias in their efx.js file.
Right now we require that a whole block of text be copy and pasted and search/replaced.
Perhaps we can try faking ML modules by having fields of classes that are themselves first-class classes that are closed over type variables.
The text was updated successfully, but these errors were encountered: