<div dir="ltr">So it seems that <div><span style="color:rgb(80,0,80);font-size:12.8px"> (1) lift1 o x = MyNum (o x) </span><br></div><div>Needed to be rewritten to <br></div><div><font color="#500050"><span style="font-size:12.8px">(2)  lift1 o (MyNum x) = MyNum (o x) </span></font><br></div><div>I am not sure  why the constructor is used on the LHS of (2)<span style="color:rgb(80,0,80);font-size:12.8px"><br></span></div><div>Thanks for all your help.</div><div>Pat</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 2 October 2016 at 17:03, PATRICK BROWNE <span dir="ltr"><<a href="mailto:patrick.browne@dit.ie" target="_blank">patrick.browne@dit.ie</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yes, I am running ghci 8.0.1.<div>Below, I have added the language pragmas suggested by the compiler</div><div>Regards,</div><div>Pat</div><div>.</div><div><div>{-#  LANGUAGE  MultiParamTypeClasses,<wbr>FlexibleInstances,<wbr>FlexibleContexts,<wbr>UndecidableInstances #-}</div><span class=""><div><br></div><div>data MyNumbers a = MyNum a deriving Show</div><div><br></div><div>class (Floating a) => Numbers a where</div><div> sqr :: a -> a</div><div> </div><div><br></div></span><span class=""><div>class Lifts b a where</div><div> lift0 :: a -> b a</div><div> lift1 :: (a -> a) -> b a -> b a</div><div><br></div><div>instance Lifts MyNumbers a where</div><div> lift0 x = MyNum x</div><div> lift1 o x = MyNum (o x) </div><div> </div></span><span class=""><div>instance (Floating (MyNumbers Float)) => Numbers (MyNumbers Float) where</div><div>  sqr x = lift1 sqr x  </div></span></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 2 October 2016 at 16:38, 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>On Sun, Oct 02, 2016 at 03:54:07PM +0100, PATRICK BROWNE wrote:<br>
> Hi,<br>
> I am trying, without sucess, to run the code below from [1] (Section 4.3).<br>
> Obviouly I am missing something.<br>
> I would like to keep as close to the original code as possible.<br>
> Any help would be apreciated.<br>
> Regards,<br>
> Pat<br>
> [1] <a href="http://publik.tuwien.ac.at/files/pub-geo_2321.pdf" rel="noreferrer" target="_blank">http://publik.tuwien.ac.at/fil<wbr>es/pub-geo_2321.pdf</a><br>
><br>
<br>
</span>I get different errors from yours (missing extension, Illegal<br>
instance declaration). Can you paste the exact file you are<br>
loading with ghci (because you are using ghci, right?)?<br>
______________________________<wbr>_________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org" target="_blank">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-bi<wbr>n/mailman/listinfo/beginners</a><br>
</blockquote></div><br></div>
</div></div></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>