What does the : infix operator do in Haskell?

Viewed 33323

I'm reading A Gentle Introduction to Haskell (which is not so gentle) and it repeatedly uses the : operator without directly explaining what it does.

So, what exactly does it do?

4 Answers
Related