diff options
author | Simon Peyton Jones <simon.peytonjones@gmail.com> | 2022-11-15 17:36:42 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-12-02 01:22:12 -0500 |
commit | ce126993688e7ea803aee5b831655e318bde58d3 (patch) | |
tree | 25a4a0d8a4e4d9b37577064c8891be0ff24cad06 /utils | |
parent | d82992fd4b62a81607af1667e4ff755d58af291f (diff) | |
download | haskell-ce126993688e7ea803aee5b831655e318bde58d3.tar.gz |
Refactor TyCon to have a top-level product
This patch changes the representation of TyCon so that it has
a top-level product type, with a field that gives the details
(newtype, type family etc), #22458.
Not much change in allocation, but execution seems to be a bit
faster.
Includes a change to the haddock submodule to adjust for API changes.
Diffstat (limited to 'utils')
m--------- | utils/haddock | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock -Subproject 2ffde83344bab8ed0aee3e8ef46f43856c7ca6e +Subproject edc72530978d8a9ec92f51d288484986ec0051e |