[GHC] #10268: ApiAnnotations : quoted type variables missing leading quote

GHC ghc-devs at haskell.org
Wed Apr 8 11:49:42 UTC 2015


#10268: ApiAnnotations : quoted type variables missing leading quote
-------------------------------------+-------------------------------------
              Reporter:  alanz       |             Owner:  alanz
                  Type:  bug         |            Status:  new
              Priority:  normal      |         Milestone:  7.10.2
             Component:  Compiler    |           Version:  7.10.1
  (Parser)                           |  Operating System:  Unknown/Multiple
              Keywords:              |   Type of failure:  None/Unknown
  ApiAnnotations                     |        Blocked By:
          Architecture:              |   Related Tickets:
  Unknown/Multiple                   |
             Test Case:              |
              Blocking:              |
Differential Revisions:              |
-------------------------------------+-------------------------------------
 The `HsOpTy` can be constructed for a promoted type operator, in which
 case it has the following form

 {{{
         | btype SIMPLEQUOTE qconop type     { sLL $1 $> $ mkHsOpTy $1 $3
 $4 }
         | btype SIMPLEQUOTE varop  type     { sLL $1 $> $ mkHsOpTy $1 $3
 $4 }
 }}}

 The SIMPLEQUOTE does not get an annotation, so cannot be reproduced via
 the API Annotations.

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


More information about the ghc-tickets mailing list