@colinkahn I was in search of "multiplexing" a single property into several one while still tracking exactly what fails. checking
does that using is
but I wasn't so pleased with the internals and wanted something that worked without is
, so I created this (in case you find that helpful): https://github.com/helins/mprop.cljc
Cool, I’ll check this out!