<div dir="ltr">Sure, here it is <a href="http://ghc.haskell.org/trac/ghc/ticket/8505">http://ghc.haskell.org/trac/ghc/ticket/8505</a><div><br></div><div>Should every bug fix have an associated ticket? Because from the instructions on <a href="http://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/FixingBugs">Trac</a>, I got the impression that for quick fixes it was not necessary to create a ticket.</div>
<div><br></div><div>Cheers,</div><div>Pedro Rodrigues</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 5 November 2013 18:56, Carter Schonwald <span dir="ltr"><<a href="mailto:carter.schonwald@gmail.com" target="_blank">carter.schonwald@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">could you file a ticket on trac with the patch?</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Nov 5, 2013 at 6:27 AM, Pedro Rodrigues <span dir="ltr"><<a href="mailto:pedro@onimail.net" target="_blank">pedro@onimail.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---<br>
 docs/users_guide/glasgow_exts.xml |    2 +-<br>
 1 files changed, 1 insertions(+), 1 deletions(-)<br>
<br>
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml<br>
index ce07806..d61ff7a 100644<br>
--- a/docs/users_guide/glasgow_exts.xml<br>
+++ b/docs/users_guide/glasgow_exts.xml<br>
@@ -8673,7 +8673,7 @@ proc (x,y) -><br>
 which is translated to<br>
 <screen><br>
 arr (\ (x,y) -> if f x y then Left x else Right y) >>><br>
-        (arr (\x -> x+1) >>> f) ||| (arr (\y -> y+2) >>> g)<br>
+        (arr (\x -> x+1) >>> g) ||| (arr (\y -> y+2) >>> h)<br>
 </screen><br>
 Since the translation uses <function>|||</function>,<br>
 the arrow concerned must belong to the <literal>ArrowChoice</literal> class.<span class="HOEnZb"><font color="#888888"><br>
<span><font color="#888888">--<br>
1.7.4.1<br>
<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
</font></span></font></span></blockquote></div><br></div>
</blockquote></div><br></div>