(submap? (extract p (replace p input bindings)) bindings)
That would make the data-grammar/generic-traversal experiments much nicer and also cleanly delineates patterns from views. It may also help when I try to do things like generative testing.
Not quite sure how that would work for (or ...) and (not ...) patterns, so it still needs more hammock time.
I'm thinking something like this
This should obey some rule like: That would make the data-grammar/generic-traversal experiments much nicer and also cleanly delineates patterns from views. It may also help when I try to do things like generative testing.Not quite sure how that would work for (or ...) and (not ...) patterns, so it still needs more hammock time.