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
The idea is proposed by Arnaud Spiwack at ICFP 2023.
The idea is to define located values as type a @ l = (Unwrap l) => a where Unwrap is a constraint that can only be satisfied when doing local computation at l.
The text was updated successfully, but these errors were encountered:
The idea is proposed by Arnaud Spiwack at ICFP 2023.
The idea is to define located values as
type a @ l = (Unwrap l) => a
whereUnwrap
is a constraint that can only be satisfied when doing local computation atl
.The text was updated successfully, but these errors were encountered: