Lists and Infix operators in PureScript

InstructorVincent Orr

Share this video with your friends

Send Tweet

List in PureScript have many performance benefits over Arrays but have a unique syntax and can be confusing when getting started.

Learn how to construct List’s in PureScript with cons and see what the : infix operator is all about.