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
-- type MonadServer m = (MonadRequest m, MonadResponse m)class (MonadRequestm, MonadResponsem) =>MonadServermwherethrow::...next::...classMonadm=>MonadRequestmwherepathParam::...queryParam::...classMonadm=>MonadResponsemwherewrite::foralla.Writeablea=>a->m()
to make Okapi functions more descriptive and to constrain their abilities accordingly. Inspired by "IO Monad Considered Harmful". Don't know if this would work.
The text was updated successfully, but these errors were encountered:
Should look something like:
to make Okapi functions more descriptive and to constrain their abilities accordingly. Inspired by "IO Monad Considered Harmful". Don't know if this would work.
The text was updated successfully, but these errors were encountered: