[Git][ghc/ghc][wip/teo/th-reify-docs-link-to-ticket] docs: link to #14474 in the template-haskell docs
Teo Camarasu (@teo)
gitlab at gitlab.haskell.org
Thu Oct 24 11:37:44 UTC 2024
Teo Camarasu pushed to branch wip/teo/th-reify-docs-link-to-ticket at Glasgow Haskell Compiler / GHC
Commits:
5221cf86 by Teo Camarasu at 2024-10-24T12:37:27+01: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/5221cf8640d3ced6fa613214d7eadc0a6ffb28b5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5221cf8640d3ced6fa613214d7eadc0a6ffb28b5
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/20241024/81c86237/attachment-0001.html>
More information about the ghc-commits
mailing list