This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
Use code generation for generating overloads of forAll
and equivalents
#78
Labels
wontfix
This will not be worked on
It is tedious to test and maintain all overloads of
forAll
. And the same kind of problem will arise again with #77 (combine more than 2 operators) and #8 (spek integration).It would be nice to leverage code generation (maybe with Kotlin poet?) to easily and safely support more number arguments for these functions.
The text was updated successfully, but these errors were encountered: