Pronunciation
From HaskellWiki
(Difference between revisions)
(Pronunciation of Haskell code.) |
(wording correction.) |
||
| Line 1: | Line 1: | ||
| - | Some notes for beginners on to pronounce those strange Haskell operators etc. | + | Some notes for beginners on how to pronounce those strange Haskell operators etc. |
| - | This is just a rough start | + | This is just a rough start to 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 | This can be a table with formal and informal ways of saying various operators and code snippets such as | ||
Revision as of 16:59, 8 January 2008
Some notes for beginners on how to pronounce those strange Haskell operators etc.
This is just a rough start to 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
->
-<
=>
.
<-
++
+++
>>=
f :: Int -> Int
