<div dir="ltr">  Francesco,<br><div> Yes, what I was looking for.</div><div>Thanks,</div><div>Pat</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 April 2017 at 11:54, Francesco Ariis <span dir="ltr"><<a href="mailto:fa-ml@ariis.it" target="_blank">fa-ml@ariis.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, Apr 17, 2017 at 11:26:07AM +0100, PATRICK BROWNE wrote:<br>
> I can apreciate that the program works when the first guard condition is<br>
> met (faster Bob Joe).<br>
> I am not sure why it fails on the second case (faster Bob Joe)<br>
<br>
</span>Your `fact` function is the one that is partial<br>
<span class=""><br>
    fact Buffalo Bob = True<br>
    fact Pig Joe     = True<br>
    fact Slug Steve  = True<br>
</span>    -- what if all those patterns fail?<br>
<br>
You should add a line to handle "every other case", like<br>
<span class=""><br>
    fact Buffalo Bob = True<br>
    fact Pig Joe     = True<br>
    fact Slug Steve  = True<br>
</span>    fact _    _      = False<br>
<br>
Does that help?<br>
______________________________<wbr>_________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/beginners</a><br>
</blockquote></div><br></div>

<br>
<p><span lang="EN-GB"><font size="2">This email originated from DIT. If you received this email in error, please delete it from your system. Please note that if you are not the named addressee, disclosing, copying, distributing or taking any action based on the contents of this email or attachments is prohibited. <a href="http://www.dit.ie/" target="_blank">www.dit.ie</a></font></span></p><p><font size="2">Is ó ITBÁC
a tháinig an ríomhphost seo. Má fuair tú an ríomhphost seo trí earráid, scrios
de do chóras é le do thoil. Tabhair ar aird, mura tú an seolaí ainmnithe, go
bhfuil dianchosc ar aon nochtadh, aon chóipeáil, aon dáileadh nó ar aon ghníomh
a dhéanfar bunaithe ar an ábhar atá sa ríomhphost nó sna hiatáin seo. <a href="http://www.dit.ie/" target="_blank">www.dit.ie</a></font></p><p><a href="http://www.dit.ie/grangegorman" target="_blank"><font size="2">Tá ITBÁC ag aistriú go Gráinseach Ghormáin – DIT is on the move to Grangegorman</font></a></p>