Break up Expressions into Cases in PureScript using Simple Pattern Matching

InstructorVincent Orr

Share this video with your friends

Send Tweet

Pattern matching in functional programming languages is a way to break up expressions into individual cases.

We are going to go through how to pattern match in PureScript with simple patterns, guards, array patterns and record patterns.

Join in by going to the online PureScript editor.