How to implement MonadFix instance of an IO-like type in JS?

后端 未结 0 915
一向
一向 2020-12-11 04:53

I am completely lost in trying to translate the following Haskell code into Javascript:

instance MonadFix IO where
  mfix f = do
    var <- newEmptyMVar            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题