summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-09-12 18:17:45 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-24 12:49:43 (GMT)
commitb23f01fda74458a4d73161d3dc0b074abc650a93 (patch)
treed393c07711a201b70c37c6b1661e427a9b74a1ff
parentf97a7aacb5ff2c7a53f5e08e9d75edbb67e13cf8 (diff)
downloadghc-b23f01fda74458a4d73161d3dc0b074abc650a93.zip
ghc-b23f01fda74458a4d73161d3dc0b074abc650a93.tar.gz
ghc-b23f01fda74458a4d73161d3dc0b074abc650a93.tar.bz2
base: Add link to "A reflection on types"
Fixes #17181.
-rw-r--r--libraries/base/Type/Reflection.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Type/Reflection.hs b/libraries/base/Type/Reflection.hs
index 9c03c20..be9af91 100644
--- a/libraries/base/Type/Reflection.hs
+++ b/libraries/base/Type/Reflection.hs
@@ -18,6 +18,7 @@
-- * Simon Peyton-Jones, Stephanie Weirich, Richard Eisenberg,
-- Dimitrios Vytiniotis. "A reflection on types."
-- /Proc. Philip Wadler's 60th birthday Festschrift/, Edinburgh (April 2016).
+-- ([PDF](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/08/dynamic.pdf))
--
-- The interface provides 'I.TypeRep', a type representation which can
-- be safely decomposed and composed. See "Data.Dynamic" for an example of this.