Fork me on GitHub
#meander
<
2023-05-17
>
noprompt16:05:06

@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.

igrishaev08:05:21

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.