Skip to content

Pattern matching: What, where, how #13

@Kleidukos

Description

@Kleidukos

Basically, there are two types of pattern matching techniques that we want to cover:

  1. Destructuring ADTs and lists (and especially user-defined datatypes
  2. Other techniques for pattern matching, such as:
    • Functions Guards
    • Pattern Guards
    • As-patterns
    • View Patterns

The first type should be mentioned in the lesson about user-defined ADTs.
The second type will need its own lesson.


cc @DrewFenwick

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions