malli 2025-12-08

Hi, I want to create custom :enum type but with a different name :enum+ to apply different decoders Is there a simple way to create custom :enum type and inherit m/-enum-schema?

No easy way to inherit, as such, but you could define :enum+ as [:enum {:decode/blah ...}]