Similarly to how an `is` clause in a `when` expres...
# language-proposals
n
Similarly to how an
is
clause in a
when
expression matches a value and lets a block of code use it as a down-case value of a more concrete type, I’d like to hook my parsers into the
when
expression to match a string and use it as a parsed value.