diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index befaf4d33c..7cfc2be1c1 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -5358,7 +5358,7 @@ is extended thus: defaulting applies when all the unresolved constraints involve </para></listitem> </itemizedlist> So, for example, the expression <literal>length "foo"</literal> will give rise -to an ambiguous use of <literal>IsString a0</literal> which, becuase of the above +to an ambiguous use of <literal>IsString a0</literal> which, because of the above rules, will default to <literal>String</literal>. </para> <para> |