This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
["Request"] Generated extensions fail to put parameter as nullable #147
Labels
bug
Something isn't working
See for example Semigroup's
maybeCombine
signature:fun A.maybeCombine(b: A?): A
None of the generated Semigroup instances generate the nullable parameter and therefore this function cannot be properly used.
The text was updated successfully, but these errors were encountered: