meander

noprompt 2023-05-17T16:34:06.164979Z

@igrishaev If you're using the interpreter namespace, you may want to consider using finder instead of matcher. It finds the first solution and doesn't complain about ambiguity or non-exhaustive matches.

igrishaev 2023-05-18T08:30:21.115329Z

yep, I'll take a look. I was editing someone else's code, not mine. A person declared a matcher and passed it into a map function.