What is the best way to handle nulls?
A value which is normally nested objects could be just a null. Doing this in (m/rewrite)
Meander matches maps only as maps, so will not match nil… adding an extra pattern to catch it works. Is that the usecase you have in mind?
Yes this is what I’m thinking. Will provide a an example soon.
Depends on what you are doing. Got an example?
It would also help to know what “handle” means. 🙂