#14843: Can't splice a partially applied PromoteTupleT type from Template Haskell -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: Component: Template Haskell | Version: 8.2.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: GHC rejects | Unknown/Multiple valid program | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4442 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"68357020b1cf29d4306e769b3366feb9a65ae78c/ghc" 6835702/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="68357020b1cf29d4306e769b3366feb9a65ae78c" Permit conversion of partially applied PromotedTupleTs Summary: We were simply missing a case in `Convert` for when have a `PromotedTupleT` that wasn't fully saturated. Easily fixed. Test Plan: make test TEST=T14843 Reviewers: goldfire, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie, carter GHC Trac Issues: #14843 Differential Revision: https://phabricator.haskell.org/D4442 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14843#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler