Skip to content
  • Alan Zimmerman's avatar
    API Annotations: use AnnValue for (~) · fd686c43
    Alan Zimmerman authored
    Previously oqtycon used AnnTilde for the location of the RdrName when
    parsing (~).
    
    The recent increase in '~' characters in the AST confuses
    ghc-exactprint, so this patch treats all RdrNames the same way now,
    marking the location of the core name with AnnValue.
    fd686c43