[commit: ghc] master: Fix another forward reference to a Note (41ade95)
git at git.haskell.org
git at git.haskell.org
Thu Dec 22 01:37:46 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/41ade95c068e77b916ff17865515eadb353a2358/ghc
>---------------------------------------------------------------
commit 41ade95c068e77b916ff17865515eadb353a2358
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Wed Dec 21 20:35:33 2016 -0500
Fix another forward reference to a Note
A continuation of ccc918cdc8b2d147c4dbc29bfc87c058862a97cd.
[ci skip]
>---------------------------------------------------------------
41ade95c068e77b916ff17865515eadb353a2358
compiler/deSugar/DsMeta.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/deSugar/DsMeta.hs b/compiler/deSugar/DsMeta.hs
index 1c33829..9a76c81 100644
--- a/compiler/deSugar/DsMeta.hs
+++ b/compiler/deSugar/DsMeta.hs
@@ -724,8 +724,8 @@ rep_ty_sig mk_sig loc sig_ty nm
rep_patsyn_ty_sig :: SrcSpan -> LHsSigType Name -> Located Name
-> DsM (SrcSpan, Core TH.DecQ)
--- represents a pattern synonym type signature; see NOTE [Pattern
--- synonym signatures and Template Haskell]
+-- represents a pattern synonym type signature;
+-- see Note [Pattern synonym type signatures and Template Haskell] in Convert
rep_patsyn_ty_sig loc sig_ty nm
= do { nm1 <- lookupLOcc nm
; ty1 <- repHsPatSynSigType sig_ty
More information about the ghc-commits
mailing list