Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an issue caused by an incorrect type construcion.
The tuple _value_ constructor was being used instead of the tuple _type_ constructor, which was causing an ill-typed term to be emitted. Fixes #1119
- Loading branch information