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
Today I tried making this a reality but I ran out of time. I do have an approach to make this work: we construct in the servant interpreting part a function that will create a Req from the tag that peels of layers of the tupple. If we create the function like that it can turn the tag into a Req in one go, so we don't have to 'combine' data from different events.
I started doing this but everything blew up and I realized most code had to change to make this work.
It does become a lot neater though if you do it like this I think.
The text was updated successfully, but these errors were encountered:
I believe this idea was discussed in a PR: #78
Today I tried making this a reality but I ran out of time. I do have an approach to make this work: we construct in the servant interpreting part a function that will create a
Req
from thetag
that peels of layers of the tupple. If we create the function like that it can turn the tag into a Req in one go, so we don't have to 'combine' data from different events.I started doing this but everything blew up and I realized most code had to change to make this work.
It does become a lot neater though if you do it like this I think.
The text was updated successfully, but these errors were encountered: