Update docs on view patterns
authorsimonpj@microsoft.com <unknown>
Mon, 14 Jun 2010 07:48:01 +0000 (07:48 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 14 Jun 2010 07:48:01 +0000 (07:48 +0000)
docs/users_guide/glasgow_exts.xml

index b7d43c9..f8cd504 100644 (file)
@@ -818,10 +818,8 @@ let {(x -> y) = e1 ;
      (y -> x) = e2 } in x
 </programlisting>
 
-(We may lift this
-restriction in the future; the only cost is that type checking patterns
-would get a little more complicated.)  
-
+(For some amplification on this design choice see 
+<ulink url="http://hackage.haskell.org/trac/ghc/ticket/4061">Trac #4061</ulink>.)
 
 </para>
 </listitem>