microsoft / qsharp-language

Official repository for design of the quantum programming language Q# and its core libraries
MIT License
233 stars 54 forks source link

QIR specification on partial applications needs to be updated #66

Closed bettinaheim closed 3 years ago

bettinaheim commented 3 years ago

The section on partial application remains somewhat vague. The implementation in particular chooses to store the partially applied callable as the first item in the capture tuple.