[GHC] #12103: Typed Template Haskell missing many utilities provided by untyped variant

GHC ghc-devs at haskell.org
Mon May 23 10:59:28 UTC 2016


#12103: Typed Template Haskell missing many utilities provided by untyped variant
-------------------------------------+-------------------------------------
           Reporter:  bgamari        |             Owner:
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:  8.2.1
          Component:  Template       |           Version:  8.0.1
  Haskell                            |
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 Currently typed TH feels a bit second-class as it lacks a number of handy
 utilities which are provided in the untyped case. In my brief look at this
 I encountered the following,

 {{{#!hs
 type TExpQ a = Q (TExp a)

 stringT :: String -> TExpQ String
 trueT, false :: TExpQ Bool
 }}}

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


More information about the ghc-tickets mailing list