diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-11-30 11:45:08 -0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-11-30 11:45:29 -0800 |
commit | 9ece13d6e7aa4760b6db34f96d0d375628c135c2 (patch) | |
tree | e5632100419aec9b031ca70075d275e37da5e43b /docs | |
parent | 780b061ce2aea4722d1a5d0e46fd4ed8ee2641d6 (diff) | |
download | haskell-9ece13d6e7aa4760b6db34f96d0d375628c135c2.tar.gz |
Update docs: instance visibility bug is no more.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/bugs.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/users_guide/bugs.xml b/docs/users_guide/bugs.xml index f9dfaae485..2d6fc6583b 100644 --- a/docs/users_guide/bugs.xml +++ b/docs/users_guide/bugs.xml @@ -584,17 +584,6 @@ Loading package javavm ... linking ... WARNING: Overflown relocation field (# re your package into two or more .o's, along the lines of how the "base" package does it.</para> </listitem> - - <listitem> - <para> - GHCi does not keep careful track of what instance - declarations are 'in scope' if they come from other - packages. Instead, all instance declarations that GHC has - seen in other packages are all available at the prompt, - whether or not the instance really ought to be in visible - given the current set of modules in scope. - </para> - </listitem> </itemizedlist> </sect2> </sect1> |