diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-03-02 14:18:15 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-03-02 15:41:03 -0500 |
commit | aef2b429072e3d3bbdbcb9e4082a0d86ba329d9e (patch) | |
tree | fe568bb82457e5303f2274cac8521bdc51bb7b3a /configure.ac | |
parent | 125d15181c7ac8d8fbaa43f799f9e3876dc2f57b (diff) | |
download | haskell-aef2b429072e3d3bbdbcb9e4082a0d86ba329d9e.tar.gz |
Fix #14817 by not double-printing data family instance kind signatures
Within `pprDataFamInstDecl`, we were invoking `pprFamInstLHS` to
pretty-print a data family instance header, and we were passing `Just` a
kind signature to `pprFamInstLHS` to make it pretty-print the kind
signature alongside it (this is a consequence of commit
d1ef223cfebd23c25489a4b0c67fbaa2f91c1ec6). But this is silly, because
then invoke `pp_data_defn`, which //also// pretty-prints the kind
signature, resulting in the kind signature being printed twice by
mistake.
This fix is simple—pass `Nothing` to `pprFamInstLHS` instead.
Test Plan: make test TEST=T14817
Reviewers: alanz, bgamari, mpickering
Reviewed By: mpickering
Subscribers: mpickering, rwbarton, thomie, carter
GHC Trac Issues: #14817
Differential Revision: https://phabricator.haskell.org/D4418
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions