<div dir="ltr">That must be my problem. Thanks for the info.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 5, 2021 at 12:36 PM Tom Ellis <<a href="mailto:tom-lists-haskell-cafe-2017@jaguarpaw.co.uk">tom-lists-haskell-cafe-2017@jaguarpaw.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Apr 05, 2021 at 12:17:23AM -0500, Galaxy Being wrote:<br>
> I'm just not understanding the concept of a functor in this context: I have<br>
> this<br>
[...]<br>
> It seems there should be just one plus, function that would handle both an<br>
> Int-based Peano and the MyNum-based Peano, not two. But in this definition<br>
> <br>
> fmap :: (a -> b) -> f a -> f b<br>
> <br>
> The (a -> b) should be "lifted" over the f a -> f b But I can't conceive of<br>
> how this should all fit together<br>
<br>
Are you perhaps confusing the ML notion of "functor" with the Haskell<br>
notion of "Functor" (which is just a particular typeclass)?<br>
<br>
In fact, Haskell's type classes as a whole are probably closer to ML's<br>
"functors" than Haskell's "Functor"s are!<br>
<br>
Tom<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div>