Does rcf support a unification syntax for maps where I only want to test certain keys, but allow other keys? E.g. something like {:a 5, b 6} := {:a 5, * *} or some other convenience syntax. I guess I can do select-keys before := 🙂
not OOTB 😞 we want this also
however, i just recalled that nubank matcher combinators might be able to do it - see https://github.com/hyperfiddle/rcf/commit/413bc58bb80d227ec82a2c7efed30dea1e5f869a#diff-c13009f4b85a4093921eca7d0837ead53a37f3fd569286f8a752eaedffba1ff1
perhaps a ~= operator instead of :=, but hard to spot it in code.
send PR
another syntax could be := {:a 1 :c 3 & _}
Form4 stuff looks pretty cool from its' usage in entity-browser-0. Are there other public examples I can lean on to try and understand it?
is it urgent? I'd wait a couple weeks, we're on forms5 internally, and entity-browser3, which is just about ready to release
Nope, sounds good.