diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-09-12 14:17:45 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-24 08:49:43 -0400 |
commit | b23f01fda74458a4d73161d3dc0b074abc650a93 (patch) | |
tree | d393c07711a201b70c37c6b1661e427a9b74a1ff /libraries | |
parent | f97a7aacb5ff2c7a53f5e08e9d75edbb67e13cf8 (diff) | |
download | haskell-b23f01fda74458a4d73161d3dc0b074abc650a93.tar.gz |
base: Add link to "A reflection on types"
Fixes #17181.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/Type/Reflection.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Type/Reflection.hs b/libraries/base/Type/Reflection.hs index 9c03c20a64..be9af91772 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. |