Basic Data Constructors in PureScript

InstructorVincent Orr

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
~ 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 Orrinstructor
~ 7 years ago

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