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 former two might not be needed if #18 is implemented, but in general, there is always a chance that something is missing from a too-abstract interface.
This is obviously not something to be exported by the main module, but for some tasks, it is necessary to do (local) IO in the Canvas monad.
Would it be possible to implement
ioToCanvas :: IO a -> Canvas a
, exported via some.Internal
module maybe?The text was updated successfully, but these errors were encountered: