summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-06-21 00:31:03 +0000
committerIan Lynagh <igloo@earth.li>2007-06-21 00:31:03 +0000
commitb86f04619dd4c03f6c41448162ec0e338833b514 (patch)
tree7ec7a53e9038c4e95fe56e08f7142eeeb5011462 /docs
parentbc06f63b3f71e63e9f0f39bf46485773c8b0ec62 (diff)
downloadhaskell-b86f04619dd4c03f6c41448162ec0e338833b514.tar.gz
Remove an incorrect claim that [t| ... |] isn't implemented yet
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 1881ff0031..76a584416a 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -4262,7 +4262,7 @@ Tim Sheard is going to expand it.)
the quotation has type <literal>Expr</literal>.</para></listitem>
<listitem><para> <literal>[d| ... |]</literal>, where the "..." is a list of top-level declarations;
the quotation has type <literal>Q [Dec]</literal>.</para></listitem>
- <listitem><para> [Planned, but not implemented yet.] <literal>[t| ... |]</literal>, where the "..." is a type;
+ <listitem><para> <literal>[t| ... |]</literal>, where the "..." is a type;
the quotation has type <literal>Type</literal>.</para></listitem>
</itemizedlist></para></listitem>