<br><br><div class="gmail_quote">On Wed, Apr 8, 2009 at 2:55 PM, Neil Mitchell <span dir="ltr">&lt;<a href="mailto:ndmitchell@gmail.com">ndmitchell@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
That seems a really weird way to write it! Who decided all auxiliary<br>
functions should be called go? (I think I&#39;m blaming dons) - why not:<br>
<div class="im"><br>
sffi :: (Integral a,Num a) =&gt; Integer -&gt; Maybe a<br>
</div>sffi n | toInteger n2 == n = Just n2<br>
        | otherwise = Nothing<br>
     where n2 = fromInteger n</blockquote><div><br>I know I was too lazy to clean it up :-P<br>( I also blame Dons for &#39;go&#39; )<br> </div></div><br>