From 760bdea521543054e24ddbdab0a438eb863dbb62 Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Thu, 16 Feb 2023 15:07:03 +0100 Subject: [PATCH] ADDS: Continuation to Pattern Constructors --- website/src/pages/functions/intro.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/functions/intro.mdx b/website/src/pages/functions/intro.mdx index 6bbd26b9..14a1b3b7 100644 --- a/website/src/pages/functions/intro.mdx +++ b/website/src/pages/functions/intro.mdx @@ -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?