Pronunciation

From HaskellWiki
Revision as of 16:55, 8 January 2008 by Rk (talk | contribs) (Pronunciation of Haskell code.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Some notes for beginners on to pronounce those strange Haskell operators etc.

This is just a rough start for this page. Obviously needs more work.

This can be a table with formal and informal ways of saying various operators and code snippets such as

-> maps to, to

-<

=> is a witness for, implies

. ring, dot

<- drawn from, from

++ append

+++

>>= bind

f :: Int -> Int f has type Int to Int