[GHC] #1262: RecursiveDo in Template Haskell

GHC ghc-devs at haskell.org
Fri Sep 14 11:30:02 UTC 2018


#1262: RecursiveDo in Template Haskell
-------------------------------------+-------------------------------------
        Reporter:  philip.weaver@…   |                Owner:  mgsloan
            Type:  feature request   |               Status:  patch
        Priority:  normal            |            Milestone:  ⊥
       Component:  Template Haskell  |              Version:  6.6
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
                                     |  th/TH_recursiveDo
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D1979
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Krzysztof Gogolewski <krz.gogolewski@…>):

 In [changeset:"9c6b7493db24977595b17046e15baf76638b5317/ghc"
 9c6b7493/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="9c6b7493db24977595b17046e15baf76638b5317"
 Add support for ImplicitParams and RecursiveDo in TH

 Summary:
 This adds TH support for the ImplicitParams and RecursiveDo extensions.

 I'm submitting this as one review because I cannot cleanly make
 the two commits independent.

 Initially, my goal was just to add ImplicitParams support, and
 I found that reasonably straightforward, so figured I might
 as well use my newfound knowledge to address some other TH omissions.

 Test Plan: Validate

 Reviewers: goldfire, austin, bgamari, RyanGlScott

 Reviewed By: RyanGlScott

 Subscribers: carter, RyanGlScott, thomie

 GHC Trac Issues: #1262

 Differential Revision: https://phabricator.haskell.org/D1979
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/1262#comment:15>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list