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
Not sure about the names. But there are incidents when I'd like to be able to take a peek at Aff a. And whether I can take advantage of JS' single threaded runtime if it turns out that the Aff is just Effect.
I can try to implement this if this change is welcome - and if it's possible.
The text was updated successfully, but these errors were encountered:
Any chance we can get something similar to
Examples:
deconstruct (pure 5) -- returns (PureStep 5)
deconstruct (liftEffect (log "hello world")) -- returns (EffectStep ...)
Not sure about the names. But there are incidents when I'd like to be able to take a peek at Aff a. And whether I can take advantage of JS' single threaded runtime if it turns out that the Aff is just Effect.
I can try to implement this if this change is welcome - and if it's possible.
The text was updated successfully, but these errors were encountered: