Stream: beginners

Topic: matching dicts breaks with spread matches


view this post on Zulip Gabriel Pickl (Dec 09 2022 at 21:40):

» when [1, 2, 3] is
…     [3, ..] -> "woop"
…     [1, 2, 3] -> "yay"
…     _ -> "Oh no"
…

"Oh no" : Str             # val6

Last updated: Jul 06 2025 at 12:14 UTC