<div dir="ltr">I seem to have come up with something:<div><br></div><div><div><font face="courier new, monospace">main = putStrLn $ show $ </font></div><div><font face="courier new, monospace">  &quot;Foo&quot;.:.100 |:| </font></div>
<div><font face="courier new, monospace">  &quot;Bar&quot;.:.10 &gt;:&gt; ( </font></div><div><font face="courier new, monospace">                 &quot;Ket&quot;.:.20 &gt;^&gt; &quot;Pod&quot;.:.1 |^| </font></div><div><font face="courier new, monospace">                 &quot;Zig&quot;.:.30 </font></div>
<div><font face="courier new, monospace">                 ) &gt;:&gt; &quot;Erm&quot;.:.15 </font></div><div><font face="courier new, monospace">                                          &gt;@&gt; &quot;Nuk&quot;.:.50 </font></div>
<div><font face="courier new, monospace">                            &gt;@&gt; &quot;Din&quot;.:.30</font></div></div><div><font face="courier new, monospace"><br></font></div><div style><font face="arial, helvetica, sans-serif">says:</font></div>
<div><font face="courier new, monospace"><br></font></div><div><div><font face="courier new, monospace">1:Foo=0.0-&gt;100.0</font></div><div><font face="courier new, monospace">2:Bar=0.0-&gt;10.0</font></div><div><font face="courier new, monospace">3:Ket=10.0-&gt;30.0</font></div>
<div><font face="courier new, monospace">4:Pod=30.0-&gt;31.0</font></div><div><font face="courier new, monospace">5:Zig=10.0-&gt;40.0</font></div><div><font face="courier new, monospace">6:Erm=40.0-&gt;55.0</font></div><div>
<font face="courier new, monospace">7:Nuk=31.0-&gt;81.0</font></div><div><font face="courier new, monospace">8:Din=30.0-&gt;60.0</font></div></div><div><br></div><div><div><div>I&#39;d best give names to those forks though otherwise the whole project plan will break whenever I insert a new one. Can I give a parameter to an operator? Like:</div>
<div><br></div><div><font face="courier new, monospace">task1 `fork &quot;name&quot;` taskb</font></div><div><br></div><div>or: </div><div><br></div><div><div><font face="courier new, monospace">task1 ( &gt;^&gt; &quot;name&quot; ) taskb</font></div>
</div><div><font face="courier new, monospace"><br></font></div><div>Adrian.<br></div></div></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 15 May 2013 20:22, Kim-Ee Yeoh <span dir="ltr">&lt;<a href="mailto:ky3@atamo.com" target="_blank">ky3@atamo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="im">On Wed, May 15, 2013 at 9:58 AM, Adrian May <span dir="ltr">&lt;<a href="mailto:adrian.alexander.may@gmail.com" target="_blank">adrian.alexander.may@gmail.com</a>&gt;</span> wrote:<br>


<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr"><div><font face="arial, sans-serif">The list indices ati and bti are used only once: to retrieve the (first) item matching the predicate. Might Data.List.find be a better fit?</font></div>
</div></blockquote><div><br></div></div><div>No, I use them via t1 and t2 to figure out which row to put the squiggle on. The attached picture might put it all in perspective.  </div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div dir="ltr">

<div></div></div></blockquote></div></blockquote></div><br></div>D&#39;oh. Didn&#39;t see the later references, sorry.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Something to think about is: how would you document &quot;my coordinate system&quot; as you wrote in your comment? Highly visual things like these are challenging to describe even for verbal-thinking types.</div>


<div class="gmail_extra"><br></div><div class="gmail_extra">Probably sticking the picture in png/pdf format and linking to it in the comments is a good a solution as any.<span class="HOEnZb"><font color="#888888"><br></font></span></div>
<span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><br clear="all">

<div>-- Kim-Ee</div>
</div></font></span></div>
<br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/beginners" target="_blank">http://www.haskell.org/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br></div>