summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-04-05 16:58:14 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-09 03:32:47 -0400
commit28d2d6460e5af75f07e64c3d8ed1a3ad70d64aa6 (patch)
tree6be719186994b73ea4462addc2e387f13c229c75 /Makefile
parentd4a71b0cbfe1307b022ac3746c9a3a79bc5b90b8 (diff)
downloadhaskell-28d2d6460e5af75f07e64c3d8ed1a3ad70d64aa6.tar.gz
Don't tidy type in pprTypeForUser
There used to be some cases were kinds were not generalised properly before being printed in GHCi. This seems to have changed in the past so now it's uncessary to tidy before printing out the test case. ``` > :set -XPolyKinds > data A x y > :k A k1 -> k2 -> A ``` This tidying was causing issues with an attempt to increase sharing by making `mkTyConApp` (see !4762)
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions