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
To support TypeScript, it would be helpful to upgrade our functions to first-class so they can be passed as function arguments. Types of functions should probably be a->b or fun<a, b> depending on how fancy we want to be. Types should be infer-able and follow the subtyping structure of the usual FL functions (a < a', b' < b => a->b < a'->b').
The text was updated successfully, but these errors were encountered:
To support TypeScript, it would be helpful to upgrade our functions to first-class so they can be passed as function arguments. Types of functions should probably be
a->b
orfun<a, b>
depending on how fancy we want to be. Types should be infer-able and follow the subtyping structure of the usual FL functions (a < a', b' < b => a->b < a'->b').The text was updated successfully, but these errors were encountered: