summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoaquin "Florius" Azcarate <j@florius.com.ar>2021-09-15 09:57:43 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-09-18 12:02:21 -0400
commite17a37df945473ff3422abee5cb055c094ed4339 (patch)
tree2c92e9f4d457cadc9aa9c7a606b849bbbda9e4fe
parent2c28919f9c79a65d65a2e863a9bd7d0785b5f854 (diff)
downloadhaskell-e17a37df945473ff3422abee5cb055c094ed4339.tar.gz
Fix formatting of link in base/Type.Reflection
-rw-r--r--libraries/base/Type/Reflection.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/base/Type/Reflection.hs b/libraries/base/Type/Reflection.hs
index f5f9882389..b3393fec8d 100644
--- a/libraries/base/Type/Reflection.hs
+++ b/libraries/base/Type/Reflection.hs
@@ -16,9 +16,8 @@
-- described by,
--
-- * Simon Peyton-Jones, Stephanie Weirich, Richard Eisenberg,
--- Dimitrios Vytiniotis. "A reflection on types."
+-- Dimitrios Vytiniotis. "<https://www.microsoft.com/en-us/research/wp-content/uploads/2016/08/dynamic.pdf 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.