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
There's no great reason why we shouldn't be able to skip the state in the latter as we do with the former, but the continue_ function returns (s -> Process (ProcessAction s)) which means it can't be used in monadic code like this.
The text was updated successfully, but these errors were encountered:
qnikst
changed the title
Provide versions of handle{Cast|Call}_ that work in the Process monad
[DPP-57] Provide versions of handle{Cast|Call}_ that work in the Process monad
Jun 18, 2015
[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as DPP-57 on 2013-01-14 22:12:01]
Consider these two cast handlers:
There's no great reason why we shouldn't be able to skip the state in the latter as we do with the former, but the
continue_
function returns(s -> Process (ProcessAction s))
which means it can't be used in monadic code like this.The text was updated successfully, but these errors were encountered: