ADDS: Continuation to Pattern Constructors

This commit is contained in:
Bernhard Wagner 2023-02-16 15:07:03 +01:00
parent 0fd783e83f
commit 760bdea521

View File

@ -71,3 +71,5 @@ You can freely mix JS patterns, mini patterns and values! For example, this patt
While mini notation is almost always shorter, it only has a handful of modifiers: \* / ! @.
When using JS patterns, there is a lot more you can do.
What [Pattern Constructors](/learn/factories) does Strudel offer?