Table of Contents

Pattern matching, again

There was already some pattern matching explained, in the context of bindings here. Here we explain pattern matching in other contexts, which are:

Before we start with that, we provide more details about pattern matching, regarding:

Additionally, even before that we explain the wildcard _.

Wildcard

Context: function definition