<div dir="ltr"><div>The code below provides a distance function that works for points and moving point.</div><div>I am happy with the result, but I have a problem with the lambda expressions.</div><div>Instead of supplying an argument to each 'mpXX', is it possible to have a single lambda argument on the entire final 'md' function? (e.g. 'md 2')</div><div>Thanks in advance,</div><div>Pat</div><div><br></div><div><div>data Point a = Point { abscissa :: a, ordinate :: a } deriving Show</div><div>dist a b = sqrt (((abscissa a) - (abscissa b))^2 + ((ordinate a) - (ordinate b))^2)</div><div><br></div><div>-- Sttic points</div><div>p1, p2 :: Point Float</div><div>p1 = Point 0.0 0.0</div><div>p2 = Point 4.0 4.0</div><div>d = dist p1 p2</div><div><br></div><div><br></div><div>-- Moving points</div><div>mp1, mp2 :: Point Float</div><div>mp1x = (\t -> 4.0 + 0.5 * t)</div><div>mp1y = (\t -> 4.0 - 0.5 * t)</div><div>mp1 = Point (mp1x 2) (mp1y  2)</div><div>mp2x  = (\t -> 0.0 + 1.0 * t)</div><div>mp2y  = (\t -> 0.0 - 1.0 * t)</div><div>mp2 = Point (mp2x 2) (mp2y 2)</div><div>md = dist mp1 mp2</div></div></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>