summaryrefslogtreecommitdiff
path: root/libraries/base/Type/Reflection.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/Type/Reflection.hs')
-rw-r--r--libraries/base/Type/Reflection.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/Type/Reflection.hs b/libraries/base/Type/Reflection.hs
index 80842a4084..9c03c20a64 100644
--- a/libraries/base/Type/Reflection.hs
+++ b/libraries/base/Type/Reflection.hs
@@ -16,8 +16,8 @@
-- described by,
--
-- * Simon Peyton-Jones, Stephanie Weirich, Richard Eisenberg,
--- Dimitrios Vytiniotis. "A reflection on types." /Proc. Philip Wadler's 60th
--- birthday Festschrift/, Edinburgh (April 2016).
+-- Dimitrios Vytiniotis. "A reflection on types."
+-- /Proc. Philip Wadler's 60th birthday Festschrift/, Edinburgh (April 2016).
--
-- The interface provides 'I.TypeRep', a type representation which can
-- be safely decomposed and composed. See "Data.Dynamic" for an example of this.