[Git][ghc/ghc][master] docs: link to #14474 in the template-haskell docs
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Tue Nov 12 06:24:04 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
747fd322 by Teo Camarasu at 2024-11-12T01:22:49-05:00
docs: link to #14474 in the template-haskell docs
- - - - -
1 changed file:
- libraries/ghc-internal/src/GHC/Internal/TH/Syntax.hs
Changes:
=====================================
libraries/ghc-internal/src/GHC/Internal/TH/Syntax.hs
=====================================
@@ -1534,9 +1534,11 @@ data Info
The @Maybe Dec@ field contains @Just@ the declaration which
defined the variable - including the RHS of the declaration -
or else @Nothing@, in the case where the RHS is unavailable to
- the compiler. At present, this value is /always/ @Nothing@:
- returning the RHS has not yet been implemented because of
- lack of interest.
+ the compiler.
+
+ At present, this value is /always/ @Nothing@:
+ returning the RHS has not yet been implemented and is tracked by
+ [GHC #14474](https://gitlab.haskell.org/ghc/ghc/-/issues/14474).
-}
| VarI
Name
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/747fd3224f9832a97367aaf7e6085a9b0a26fba9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/747fd3224f9832a97367aaf7e6085a9b0a26fba9
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241112/f7be62db/attachment.html>
More information about the ghc-commits
mailing list