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
%% we have a function that returns io monadio() ->
[m_io ||
...
].
%% we need to compose this function with other category (e.g. reader)dot() ->
[reader ||
Result=<io()
...
].
The Result is IO function. We need to design a transformer to evaluate this function to actual IO result or fail.
The text was updated successfully, but these errors were encountered:
The
Result
is IO function. We need to design a transformer to evaluate this function to actual IO result or fail.The text was updated successfully, but these errors were encountered: