diff --git a/execution.bs b/execution.bs index a0e1536..2fc10ef 100644 --- a/execution.bs +++ b/execution.bs @@ -7927,7 +7927,7 @@ namespace std::execution {
     transform_sender(
       get-domain-early(sndr),
-      make-sender(on, pair{sch, closure}, sndr));
+      make-sender(on, product-type{sch, closure}, sndr));
     
5. Let `out_sndr` and `env` be subexpressions, let `OutSndr` be