Figure out how to reign in the large constraints.
Closed this issue · 1 comments
limaner2002 commented
i.e.
sendUpdates' :: (RunClient m, MonadError ServantError m, MonadTime m, MonadLogger m, MonadCatch m, MonadDelay m, MonadRandom m, MonadError ServantError m, MonadThreadId m) => Text -> ReifiedMonadicFold m Value (Either Text Update) -> Value -> AppianT m (Either ScriptError Value)
limaner2002 commented
Fixed using a constraint synonym.