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
I don't know how ApplicativeDo deals with constraint dependencies. They can happen in Haskell today, so I would expect that it can. But, just in case, we should check whether the current ApplicativeDo implementation would wilfully reorder code which is only ordered by the linear constraint (into an incorrect Core term).
The text was updated successfully, but these errors were encountered:
I don't know how ApplicativeDo deals with constraint dependencies. They can happen in Haskell today, so I would expect that it can. But, just in case, we should check whether the current ApplicativeDo implementation would wilfully reorder code which is only ordered by the linear constraint (into an incorrect Core term).
The text was updated successfully, but these errors were encountered: