Open
Description
If a sender declares its completion signatures with a nested completion_signatures
alias, then it is not a dependently-typed sender; that is, we don't need an environment to know how it completes.
Currently, the adaptors do not preserve this property, but they could and arguably should.
The algorithms can use that information to type-check non-dependently-typed senders early, which would be a huge usability improvement.
Metadata
Metadata
Assignees
Type
Projects
Status
Done