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
allow inferring the whole function signature, including permissions
allow permissions that are actual values
for example, instead of having a permission to perform IO on the entire system, you could have a directory handle represent the permission to access that directory.
I will try to put together a prototype, however i haven't touched haskell in quite some time, so i'm not sure how well i can manage.
The text was updated successfully, but these errors were encountered:
https://paper.wf/binarycat/inferred-implicit-parameters-for-ergonomic-object-capabilities
two main requirements for this:
for example, instead of having a permission to perform IO on the entire system, you could have a directory handle represent the permission to access that directory.
I will try to put together a prototype, however i haven't touched haskell in quite some time, so i'm not sure how well i can manage.
The text was updated successfully, but these errors were encountered: