Pronunciation
From HaskellWiki
(Difference between revisions)
(wording correction.) |
(lambda) |
||
| Line 22: | Line 22: | ||
<hask>f :: Int -> Int</hask> f has type Int to Int | <hask>f :: Int -> Int</hask> f has type Int to Int | ||
| + | |||
| + | <hask>\</hask> lambda | ||
[[Category:Syntax]] | [[Category:Syntax]] | ||
Revision as of 17:46, 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
\
