patch
patch copied to clipboard
WIP: Patch dmap reset and patchable
from https://github.com/reflex-frp/reflex/pull/357
CC @danbornside
I think I want Patchable to live in a separate library; maybe just make https://github.com/obsidiansystems/partial-map Patchable and have it depend on this library, because I am not sure it is a good idea to intermingle patches and patch targets in the same channel. We do do it today of course, but if we put it in this library then we are condoning it, and I wouldn't want others to start doing that if they don't already.