diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-10-30 14:40:01 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-10-31 11:21:30 +0000 |
commit | ab5008d4498177dd375f942618ceab46ae37671a (patch) | |
tree | d7c7a35a1bc25f7c4f963d86a8def88e2cab87bc /docs | |
parent | 7e255c5c67cbc60d2d85ee21f03c0e868eb510c1 (diff) | |
download | haskell-ab5008d4498177dd375f942618ceab46ae37671a.tar.gz |
Retainer prof: immutable arrays are not retainers, and fix the docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/profiling.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/profiling.xml b/docs/users_guide/profiling.xml index 25db08045a..5589fa9f9c 100644 --- a/docs/users_guide/profiling.xml +++ b/docs/users_guide/profiling.xml @@ -884,8 +884,8 @@ MAIN MAIN 102 0 0.0 0.0 100.0 1 by defining what we mean by a retainer:</para> <blockquote> - <para>A retainer is either the system stack, or an unevaluated - closure (thunk).</para> + <para>A retainer is either the system stack, an unevaluated + closure (thunk), or an explicitly mutable object.</para> </blockquote> <para>In particular, constructors are <emphasis>not</emphasis> |