I am using :fn schemas and mg/generate throws an error :malli.generator/no-generator. How can this be fixed, how can I add a generator for :fn schemas?
This is described in the README: https://github.com/metosin/malli?tab=readme-ov-file#value-generation
This is not described in the readme. I added :gen/fmap to the fn schema and it still throws the same error.
Also, :multi schema generator seems to generate invalid values. edit: solved with a :fmap