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
We want to support constructors from the PS level. Let's introduce set of types and helpers:
foreignimportdataEffectConstructorFn2:: Type -> Type -> Type -> EffectConstructorConstructorFn2
foreignimportdatarunEffectConstructorFn2::forallabobj. EffectFn3 (EffectConstructorFn2abobj) abobj
Runners should use a referenced function and call new on function application - I mean usual stuff:
I left obj :: Type above - it gives us flexibility so when we are going process constructors in a generic way we can handle both JSObject and newtyped JSObject as well.
We want to support constructors from the PS level. Let's introduce set of types and helpers:
Runners should use a referenced function and call
new
on function application - I mean usual stuff:The text was updated successfully, but these errors were encountered: