Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IO category transformers #32

Open
fogfish opened this issue Mar 2, 2018 · 0 comments
Open

IO category transformers #32

fogfish opened this issue Mar 2, 2018 · 0 comments

Comments

@fogfish
Copy link
Owner

fogfish commented Mar 2, 2018

%% we have a function that returns io monad
io() ->
   [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.

@fogfish fogfish added this to the 4.4.0 milestone Mar 11, 2018
@fogfish fogfish removed this from the 4.4.0 milestone Oct 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant