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
runPromiseAffE1::forallao. FU.Fn1a (Effect (Promiseo)) ->a->Affo
runPromiseAffE1 f a = Promise.toAffE $ FU.runFn1 f a
runPromiseAffE2::forallabo. FU.Fn2ab (Effect (Promiseo)) ->a->b->Affo
runPromiseAffE2 f a b = Promise.toAffE $ FU.runFn2 f a b
runPromiseAffE3::forallabco. FU.Fn3abc (Effect (Promiseo)) ->a->b->c->Affo
runPromiseAffE3 f a b c = Promise.toAffE $ FU.runFn3 f a b c
runPromiseAffE4::forallabcdo. FU.Fn4abcd (Effect (Promiseo)) ->a->b->c->d->Affo
runPromiseAffE4 f a b c d = Promise.toAffE $ FU.runFn4 f a b c d
The text was updated successfully, but these errors were encountered:
Not EffFnX? Don't see any problem with adding this but I'm just curious if it happens to come up this way frequently - I take it you've found yourself using similar already?
e.g.
The text was updated successfully, but these errors were encountered: