From ce126993688e7ea803aee5b831655e318bde58d3 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Tue, 15 Nov 2022 17:36:42 +0000 Subject: 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. --- utils/haddock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/haddock b/utils/haddock index 2ffde83344..edc7253097 160000 --- a/utils/haddock +++ b/utils/haddock @@ -1 +1 @@ -Subproject commit 2ffde83344bab8ed0aee3e8ef46f43856c7ca6ef +Subproject commit edc72530978d8a9ec92f51d288484986ec0051e3 -- cgit v1.2.1