Basic Data Constructors in PureScript

Share this video with your friends

Send Tweet

PureScript types are very extensive and we are going to experiment with type constructors and how to make then use them.

Simon
Simon
~ 7 years ago

You say that string concatenation in JavaScript is ++ in fact it's just +. I think you're thinking of Haskell, which of course PureScript is based on.

Vincent Orr
Vincent Orr(instructor)
~ 7 years ago

@Simon you're absolutely right! good spot :facepalm: