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.  Representing most types by the same letter (Christopher Howard)
   2. Re:  Representing most types by the same letter (Stephen Tetley)


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

Message: 1
Date: Wed, 14 Nov 2012 10:39:29 -0900
From: Christopher Howard <[email protected]>
Subject: [Haskell-beginners] Representing most types by the same
        letter
To: Haskell Beginners <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Hi. I'm trying to learn Haskore, and it seems rather odd: Why are most
types in the system represented by the same letter, the letter 'T'? For
example, instead of a Scale type, a Duration type, and a Pitch type,
there is a T type in the Scale module, a T type in the Duration module,
and a T type in the Pitch module. It makes the documentation rather
challenging to read, because I have to read the link for each appearance
of the letter to see what type it is referring to. Is there some theory
behind this practice?

-- 
frigidcode.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 551 bytes
Desc: OpenPGP digital signature
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20121114/a27b33c1/attachment-0001.pgp>

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

Message: 2
Date: Wed, 14 Nov 2012 22:28:19 +0000
From: Stephen Tetley <[email protected]>
Subject: Re: [Haskell-beginners] Representing most types by the same
        letter
To: Christopher Howard <[email protected]>
Cc: Haskell Beginners <[email protected]>
Message-ID:
        <cab2tprduo22mm8icx2ekxo1o_uep9yv-ctasoapxoqpyhcu...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi Christopher

This is due to Henning Thielemann - I believe it is an idiom used in
Modula 3, though it hasn't otherwise caught on in Haskell.

If Henning doesn't read this list and reply in due course, you could
try punting the conversation to the Haskell-Art list...



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

_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners


End of Beginners Digest, Vol 53, Issue 19
*****************************************

Reply via email to