Send Beginners mailing list submissions to
        beginners@haskell.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1. Re:  Question on terminology (Kostiantyn Rybnikov)


----------------------------------------------------------------------

Message: 1
Date: Sun, 6 Mar 2016 13:04:51 +0200
From: Kostiantyn Rybnikov <k...@k-bx.com>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <beginners@haskell.org>
Subject: Re: [Haskell-beginners] Question on terminology
Message-ID:
        <caabahfth-sw+-im-fumceyf8q4-szxguykgvnb56amx7q8e...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

(f a b) still doesn't make a lot of sense, I assume (a -> b) was meant in
that argument type.
On Mar 3, 2016 21:13, "Rein Henrichs" <rein.henri...@gmail.com> wrote:

> Ben, I just assumed that g was a typo for f.
>
> On Thu, Mar 3, 2016 at 10:10 AM Ben Rogalski <bwrogal...@gmail.com> wrote:
>
>> I'm having trouble understanding this:
>>
>> > IIUC, one would describe fmap as "lifting" a function g into a functor
>> f,
>> > in the sense of
>> >
>> > Functor f => (g a b) -> g a -> g b
>> >
>> >
>> > Is there an inverse concept (? co-lift ?) that describes
>> >
>> > Functor f => (g a -> g b) -> a -> b
>> >
>>
>> It seems like these are type declarations for functions, with class
>> constraints that say f must be a Functor, but then f doesn't appear
>> anywhere else in the declaration. Why is this?
>>
>> Thanks,
>> -Ben
>> _______________________________________________
>> Beginners mailing list
>> Beginners@haskell.org
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>>
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.haskell.org/pipermail/beginners/attachments/20160306/776855b4/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners


------------------------------

End of Beginners Digest, Vol 93, Issue 5
****************************************

Reply via email to