malli

Ryan 2025-03-26T13:59:52.238829Z

Is there a function to sort of 'render' a union schema into a non-union'd schema? Just experimenting with different methods and would like to validate some assumptions about union.

Ryan 2025-03-26T14:00:34.602419Z

and is that function

m/decode

2025-03-26T18:57:48.094259Z

example?

Ryan 2025-03-28T13:11:56.384449Z

I realized I wanted marge instead of union and changed my approach a bit.. so I think I have this one sorted!