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 spec still mentions %TupleHeader type #82

Closed IrinaYatsenko closed 3 years ago

IrinaYatsenko commented 3 years ago

E.g. in https://github.com/microsoft/qsharp-language/blob/main/Specifications/QIR/Callables.md but might be in other parts of the spec too. The type has been replaced with %Tuple that doesn't include the explicit header

bettinaheim commented 3 years ago

Resolved with #83.