@@ -2606,7 +2606,7 @@ apply
2606
2606
// %1, %2, etc. must be of the argument types $A, $B, etc.
2607
2607
// %r will be of the return type $R
2608
2608
2609
- %r = apply %0<T = A, U = B>(%1, %2, ...) : $<T, U>(T, U, ...) -> R
2609
+ %r = apply %0<A, B>(%1, %2, ...) : $<T, U>(T, U, ...) -> R
2610
2610
// %0 must be of a polymorphic function type $<T, U>(T, U, ...) -> R
2611
2611
// %1, %2, etc. must be of the argument types after substitution $A, $B, etc.
2612
2612
// %r will be of the substituted return type $R'
@@ -2650,7 +2650,7 @@ partial_apply
2650
2650
// of the tail part of the argument tuple of %0
2651
2651
// %c will be of the partially-applied thick function type (Z...) -> R
2652
2652
2653
- %c = partial_apply %0<T = A, U = B>(%1, %2, ...) : $(Z..., T, U, ...) -> R
2653
+ %c = partial_apply %0<A, B>(%1, %2, ...) : $(Z..., T, U, ...) -> R
2654
2654
// %0 must be of a polymorphic function type $<T, U>(T, U, ...) -> R
2655
2655
// %1, %2, etc. must be of the argument types after substitution $A, $B, etc.
2656
2656
// of the tail part of the argument tuple of %0
0 commit comments