Skip to content
  • Ryan Scott's avatar
    44226fc0
    Fix #1015 with dataConUserTyVars (#1022) · 44226fc0
    Ryan Scott authored and Alec Theriault's avatar Alec Theriault committed
    The central trick in this patch is to use `dataConUserTyVars` instead of
    `univ_tvs ++ ex_tvs`, which displays the foralls in a GADT constructor in
    a way that's more faithful to how the user originally wrote it.
    
    Fixes #1015.
    44226fc0
    Fix #1015 with dataConUserTyVars (#1022)
    Ryan Scott authored and Alec Theriault's avatar Alec Theriault committed
    The central trick in this patch is to use `dataConUserTyVars` instead of
    `univ_tvs ++ ex_tvs`, which displays the foralls in a GADT constructor in
    a way that's more faithful to how the user originally wrote it.
    
    Fixes #1015.
Loading