<div dir="ltr">Thanks Asumu<div><br></div><div>Looks like that was it ...</div><div><br></div><div>Dan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 26, 2014 at 11:02 PM, Asumu Takikawa <span dir="ltr"><<a href="mailto:asumu@ccs.neu.edu" target="_blank">asumu@ccs.neu.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 2014-04-26 16:59:39 +1000, Daniel Prager wrote:<br>
>      #lang typed/racket<br>
><br>
>      (: append-bar (->* (String) (Positive-Integer) String))<br>
>      (define (append-bar str [how-many 1])<br>
>        (apply string-append str (make-list how-many "bar")))<br>
><br>
>    gives me this error in 6.0:<br>
<br>
</div>The ->* syntax is new and will be included in the upcoming v6.0.1<br>
release, but it's not available in v6.0.<br>
<br>
Maybe you saw it in the pre-release docs?<br>
<br>
Cheers,<br>
Asumu<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><div style="font-family:arial;font-size:small"><b>Daniel Prager</b></div><div style="font-family:arial;font-size:small">Agile/Lean Coaching, Software Development and Leadership<br>

</div><div style="font-family:arial;font-size:small"><font color="#999999">Startup: </font><font color="#000000"><a href="http://www.youpatch.com" target="_blank">www.youpatch.com</a></font></div><div style="font-family:arial;font-size:small">

<font color="#999999">Twitter:</font> <a href="https://twitter.com/agilejitsu" style="color:rgb(17,85,204)" target="_blank">@agilejitsu</a> </div><div style="font-family:arial;font-size:small"><font color="#999999">Blog:</font> <a href="http://agile-jitsu.blogspot.com/" style="color:rgb(17,85,204)" target="_blank">agile-jitsu.blogspot.com</a></div>

</div>
</div>