gafter opened this issue 2 years ago · 0 comments
Match dictionaries with a syntax something like
{ key => pattern, ... }
where key is a constant (e.g. 1 or "foo") or symbol (e.g. :x).
1
"foo"
:x
Every key must exist in the map, and its corresponding value must match the given pattern.