Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 891 Bytes

chars.md

File metadata and controls

25 lines (19 loc) · 891 Bytes

Glossary

Useful characters for discussions related to Haskell

Name Character $\LaTeX$ name Code point
Double colon \dblcolon 2237
Lambda λ \lambda 03bb
Left arrow \leftarrow 2190
Right arrow \rightarrow 2192

Pronunciation of various Haskell operators

[Sources: 1, 2]

Operator Unicode Pronunciation
:: has type
-> maps to, to
<- drawn from, from
= is
\ λ lambda