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
4 │
5 │ module Make = (I: Impl) => {
6 │ let get = async key => await I.get(. key)
7 │ }
8 │
This function is a curried function where an uncurried function is expected
(Without async/await, it compiles fine on master, too.)