From: Ian Lynagh Date: Thu, 21 Jun 2007 00:31:03 +0000 (+0000) Subject: Remove an incorrect claim that [t| ... |] isn't implemented yet X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b86f04619dd4c03f6c41448162ec0e338833b514 Remove an incorrect claim that [t| ... |] isn't implemented yet --- diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 1881ff0..76a5844 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 Expr. [d| ... |], where the "..." is a list of top-level declarations; the quotation has type Q [Dec]. - [Planned, but not implemented yet.] [t| ... |], where the "..." is a type; + [t| ... |], where the "..." is a type; the quotation has type Type.