diff options
author | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2022-04-13 17:05:28 +0100 |
---|---|---|
committer | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2022-04-13 17:05:28 +0100 |
commit | fa822d5d691091b48dc25d9571f036ca666cc7a1 (patch) | |
tree | 9803b622842586d26ef8b982516f18a5861eb4b8 /utils | |
parent | 27362265e50b59aee9a0ae17560ce091f5501985 (diff) | |
download | haskell-fa822d5d691091b48dc25d9571f036ca666cc7a1.tar.gz |
Revert "HsUniToken for :: in GADT constructors (#19623)"
This reverts commit 3415981c36631115bc1d7fb5b51abfcc2932a12f.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/check-exact/ExactPrint.hs | 2 | ||||
m--------- | utils/haddock | 0 |
2 files changed, 0 insertions, 2 deletions
diff --git a/utils/check-exact/ExactPrint.hs b/utils/check-exact/ExactPrint.hs index 2451354684..3ea74a569c 100644 --- a/utils/check-exact/ExactPrint.hs +++ b/utils/check-exact/ExactPrint.hs @@ -3230,13 +3230,11 @@ instance ExactPrint (ConDecl GhcPs) where exact (ConDeclGADT { con_g_ext = an , con_names = cons - , con_dcolon = dcol , con_bndrs = bndrs , con_mb_cxt = mcxt, con_g_args = args , con_res_ty = res_ty, con_doc = doc }) = do mapM_ markAnnotated doc mapM_ markAnnotated cons - markUniToken dcol markEpAnn an AnnDcolon annotationsToComments (epAnnAnns an) [AnnOpenP, AnnCloseP] -- when has_forall $ markEpAnn an AnnForall diff --git a/utils/haddock b/utils/haddock -Subproject 24208496649a02d5f87373052c430ea4a97842c +Subproject d504cd50d8b660c207573864890392f02a48ca5 |