derive4j / hkt

Higher Kinded Type machinery for Java
BSD 3-Clause "New" or "Revised" License
81 stars 9 forks source link

Configuration and generation of coerce methods (WIP for #8 and #11) #16

Closed jbgi closed 7 years ago

jbgi commented 8 years ago

This not to be merged yet, just opened it so that people can review and contribute to the branch.

jbgi commented 8 years ago

just committed a "codeGenConfig" method that should handle reading the annotation and taking overrides into account. Next thing to do: using it to generate the Hkt class with coerce methods.