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
Maybe the Fs promise API is not so desirable for everyone, i.e. using it with Relude.IO is unnecessarily complicated; having to ignore, then_ and catch the promise values. Another drawback of using Js.Promise.t is the opaque error type where the callback versions actually have the error type well defined (mostly the built-in Error object with at least message and name I think).
The text was updated successfully, but these errors were encountered:
Maybe the Fs promise API is not so desirable for everyone, i.e. using it with
Relude.IO
is unnecessarily complicated; having toignore
,then_
andcatch
the promise values. Another drawback of usingJs.Promise.t
is the opaque error type where the callback versions actually have the error type well defined (mostly the built-inError
object with at least message and name I think).The text was updated successfully, but these errors were encountered: