Type system updates: moving from research into development

so I’ve thought about this a lot and it turns out even using dynamic() or when: doesn’t really work for certain cases. Wrapped Enum.reduce is the big one. The “right thing to do” is to allow the module author to embed a custom type-transforming lambda into the module attributes, this is a planned feature in selectrix.

https://github.com/ityonemo/selectrix/issues/28#issuecomment-716645458

1 Like