Remove an incorrect claim that [t| ... |] isn't implemented yet
[ghc-hetmet.git] / docs / users_guide / glasgow_exts.xml
index 1881ff0..76a5844 100644 (file)
@@ -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>