Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: types, parentheses, application, composition (Kim-Ee Yeoh)
----------------------------------------------------------------------
Message: 1
Date: Mon, 26 Nov 2012 15:38:58 +0700
From: Kim-Ee Yeoh <[email protected]>
Subject: Re: [Haskell-beginners] types, parentheses, application,
composition
To: Christopher Howard <[email protected]>
Cc: Haskell Beginners <[email protected]>
Message-ID:
<CAPY+ZdRjg=j5DMAkVuFNAhUzSjn7u=Z-nrcSdCY_mf=nlap...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Whoops, sorry for the noise. Those bullet points were the outline of some
notes I'm putting together.
-- Kim-Ee
On Mon, Nov 26, 2012 at 3:33 PM, Kim-Ee Yeoh <[email protected]> wrote:
> On Mon, Nov 26, 2012 at 3:17 PM, Christopher Howard <
> [email protected]> wrote:
>
>> Beautiful explanation. The clouds are starting to clear. In particular,
>> previously I did not understand that 1) parentheses are in all types but
>> are omitted for readability when possible, and 2) when an argument is
>> supplied to a function it unifies the supplied parameter type with the
>> argument type. Knowing this makes a huge difference in looking at these
>> transformations.
>>
>
> (1) parens are everywhere, some of them you don't see because of default
> associativity
> (2) type-inferencing unification is utterly opaque and mysterious
>
>
> -- Kim-Ee
>
>
>> --
>> frigidcode.com
>>
>>
>> _______________________________________________
>> Beginners mailing list
>> [email protected]
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20121126/96b7f4a1/attachment-0001.htm>
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 53, Issue 34
*****************************************