diff options
author | Richard Eisenberg <eir@cis.upenn.edu> | 2016-03-19 17:19:04 -0400 |
---|---|---|
committer | Richard Eisenberg <eir@cis.upenn.edu> | 2016-03-21 14:32:39 -0400 |
commit | d978c5ed93482473b81bbe52bedf37d45d1e1029 (patch) | |
tree | ba82d26587635df7759c525ac0af4612825f6681 /docs | |
parent | 5c0c751ab2deb4b03b8a2055d4f60d2574cae32f (diff) | |
download | haskell-d978c5ed93482473b81bbe52bedf37d45d1e1029.tar.gz |
Fix #11723 and #11724.
Test cases: typecheck/should_fail/T1172{3,4}
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index f5f266a52c..a4a08302a9 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -7638,7 +7638,7 @@ your program, we encourage you to turn on these flags, especially .. index:: single: TYPE - single: runtime representation polymorphism + single: representation polymorphism .. _runtime-rep: |