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
but the type on the LHS may end up being arbitrarily larger than the simple input type you could've provided on the RHS.
The text was updated successfully, but these errors were encountered:
pelotom
changed the title
Proposal: specialize a polymorphic function by providing type parameter(s) only
Proposal: specialize a polymorphic function by providing type argument(s) only
Nov 7, 2017
If you have a polymorphic function, it would be nice to be able to specialize it by just providing type argument(s):
You can accomplish this in most (all?) cases by assigning to a variable of the appropriate type
but the type on the LHS may end up being arbitrarily larger than the simple input type you could've provided on the RHS.
The text was updated successfully, but these errors were encountered: